X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=e89e1fb2acc550c61d8de5eb1291291c59735f3d;hb=20f965d5e13bfe010f3df5ddfdfca837267b9ebb;hp=3caecdeb74719e611b0b7c4a7ea325afd972c82c;hpb=2cf9ca6ed6eca3a02209f58ab86d663d7cfbf710;p=ptask.git diff --git a/src/Makefile.am b/src/Makefile.am index 3caecde..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@ @@ -15,6 +15,7 @@ ptask_SOURCES = list.c list.h \ log.c log.h \ main.c \ note.c note.h \ + pio.c pio.h \ pstr.c pstr.h \ ptime.c ptime.h \ settings.c settings.h \