X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fserver%2FMakefile.am;h=9ab2c10e53813d09881e6111c5a8bd3e4aa572e1;hb=9bffa7f1d797d8d4dfd3d5176fe1066d5e4ffd4c;hp=1ef37508534e815b282e92778ff18fd9b81be4bd;hpb=e8e5fe7aaeba170d2c273a3164fd6626c7d48c1e;p=psensor.git diff --git a/src/server/Makefile.am b/src/server/Makefile.am index 1ef3750..9ab2c10 100644 --- a/src/server/Makefile.am +++ b/src/server/Makefile.am @@ -4,7 +4,6 @@ psensor_server_SOURCES = server.c server.h AM_CPPFLAGS = -pedantic -Wall -Werror -DDEFAULT_WWW_DIR=\""$(pkgdatadir)/www"\"\ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/lib \ - -I$(top_srcdir)/src/libpsensor_json \ $(SENSORS_CFLAGS)\ $(JSON_CFLAGS)\ $(LIBMICROHTTPD_CFLAGS) @@ -13,7 +12,6 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ LIBS = \ ../lib/libpsensor.a \ - ../libpsensor_json/libpsensor_json.a \ $(SENSORS_LIBS) \ $(JSON_LIBS) \ $(LIBMICROHTTPD_LIBS)