X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2FMakefile.in;h=c1264b5ea4113b5a670b517a6eb13ee642457082;hb=a63d6ac6c828cd5a62446ec9d47b4e79d4e221e6;hp=2c9d7310b0ef6783721cac22718580179a9c0c20;hpb=5e5bfc87cc0282c00bb956d1fefb3337620529de;p=psensor.git diff --git a/src/Makefile.in b/src/Makefile.in index 2c9d731..c1264b5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -310,7 +310,9 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = lib glade $(am__append_1) AM_LDFLAGS = -Wl,--as-needed -AM_CPPFLAGS = -Wall -pedantic -Werror \ + +# -no-deprecated-declarations to avoid some glib deprecation warnings +AM_CPPFLAGS = -Wno-deprecated-declarations -Wall -Werror \ -DDEFAULT_WWW_DIR=\""$(pkgdatadir)/www"\" \ -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/unity \ $(GTK_CFLAGS) $(GCONF_CFLAGS) $(SENSORS_CFLAGS) \