X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.am;h=e89e1fb2acc550c61d8de5eb1291291c59735f3d;hb=20f965d5e13bfe010f3df5ddfdfca837267b9ebb;hp=bb1cbfce138a0671f1f1c4d1ae7cc0b6bdc99ca1;hpb=5b28468c1d7f28cdb664c6e23d71c48d4645901f;p=ptask.git diff --git a/src/Makefile.am b/src/Makefile.am index bb1cbfc..e89e1fb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS=glade # -export-dynamic is need for defining handlers in the glade file. AM_LDFLAGS = -Wl,--as-needed -export-dynamic -AM_CPPFLAGS = -Wall -Werror $(GTK_CFLAGS) $(JSON_CFLAGS) +AM_CPPFLAGS = -Wall $(GTK_CFLAGS) $(JSON_CFLAGS) DEFS = -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" -DLOCALEDIR=\"$(localedir)\" @DEFS@