X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fserver%2FMakefile.in;h=68022ad47bd76d81e63e66d6a919d0222ec48adc;hb=e99f993d7ab18a6ea62d876da38c678ece82a599;hp=1cd7671bc42b6ca8be331176f60b5925395bad1b;hpb=47b42231da0789834a2ba4b7b1e725dcf1a82c6a;p=psensor.git diff --git a/src/server/Makefile.in b/src/server/Makefile.in index 1cd7671..68022ad 100644 --- a/src/server/Makefile.in +++ b/src/server/Makefile.in @@ -241,7 +241,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ psensor_server_SOURCES = server.c server.h $(am__append_3) -AM_CPPFLAGS = -pedantic -Werror \ +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) \