X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2FMakefile.in;fp=src%2FMakefile.in;h=0693ecbb6beaecaaea2a4136707e878bc5b386fb;hb=7bb2223ce108e56525eddc6e01627c0fd2ecc3df;hp=2cdacc79a8b9bccef53c31329e79393a6019f628;hpb=ef58c80b895ef11c611e1865cb5ceeff9ce096d5;p=psensor.git diff --git a/src/Makefile.in b/src/Makefile.in index 2cdacc7..0693ecb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -351,10 +351,7 @@ SUBDIRS = lib glade $(am__append_1) # -export-dynamic is need for defining handlers in the glade file. AM_LDFLAGS = -Wl,--as-needed -export-dynamic - -# -no-deprecated-declarations to avoid some glib deprecation warnings -AM_CPPFLAGS = -Wno-deprecated-declarations -Wall -Werror \ - -DDEFAULT_WWW_DIR=\""$(pkgdatadir)/www"\" \ +AM_CPPFLAGS = -Wall -Werror -DDEFAULT_WWW_DIR=\""$(pkgdatadir)/www"\" \ -DDATADIR=\""$(datadir)"\" \ -DPSENSOR_DESKTOP_FILE=\""psensor.desktop"\" \ -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/unity \