X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=8523ed9e0f245d1aefaa38829a3112d438c83d74;hb=a2a8032740a38115ffdca3d7356a50196c75a6b7;hp=bb1cbfce138a0671f1f1c4d1ae7cc0b6bdc99ca1;hpb=909b5e1edc01d95ebfaf39982b69831d8503c74c;p=ptask.git diff --git a/src/Makefile.am b/src/Makefile.am index bb1cbfc..8523ed9 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@ @@ -11,8 +11,7 @@ LIBS = $(JSON_LIBS) $(GTK_LIBS) bin_PROGRAMS = ptask -ptask_SOURCES = list.c list.h \ - log.c log.h \ +ptask_SOURCES = log.c log.h \ main.c \ note.c note.h \ pio.c pio.h \