X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fserver%2FMakefile.in;h=16c6f1db676c0ab03f525b66cf56635cf2295457;hb=a63d6ac6c828cd5a62446ec9d47b4e79d4e221e6;hp=a7acca88d6383f9de360d48aa728315dee04790a;hpb=5e5bfc87cc0282c00bb956d1fefb3337620529de;p=psensor.git diff --git a/src/server/Makefile.in b/src/server/Makefile.in index a7acca8..16c6f1d 100644 --- a/src/server/Makefile.in +++ b/src/server/Makefile.in @@ -242,10 +242,9 @@ 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 -Wall -Werror \ - -DDEFAULT_WWW_DIR=\""$(pkgdatadir)/www"\" -I$(top_srcdir)/src \ - -I$(top_srcdir)/src/lib $(SENSORS_CFLAGS) $(JSON_CFLAGS) \ - $(LIBMICROHTTPD_CFLAGS) $(am__append_1) +AM_CPPFLAGS = -Wall -Werror -DDEFAULT_WWW_DIR=\""$(pkgdatadir)/www"\" \ + -I$(top_srcdir)/src -I$(top_srcdir)/src/lib $(SENSORS_CFLAGS) \ + $(JSON_CFLAGS) $(LIBMICROHTTPD_CFLAGS) $(am__append_1) @GTOP_TRUE@AM_LDFLAGS = -Wl,--as-needed dist_man_MANS = psensor-server.1 EXTRA_DIST = description.txt