X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=8523ed9e0f245d1aefaa38829a3112d438c83d74;hb=52c91f2616dc668466ea7630468cef15a0b525d9;hp=3b096b09e9ee719089b1ed270391b54ca9d03def;hpb=1ff664c141ac890095ba33d96d28aca87f8b2ff7;p=ptask.git diff --git a/src/Makefile.am b/src/Makefile.am index 3b096b0..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,16 +11,19 @@ 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 \ pstr.c pstr.h \ ptime.c ptime.h \ + settings.c settings.h \ tw.c tw.h \ ui.c ui.h \ ui_newtask_diag.c ui_newtask_diag.h \ - ui_projecttree.c ui_projecttree.h + ui_projecttree.c ui_projecttree.h \ + ui_taskpanel.c ui_taskpanel.h \ + ui_tasktree.c ui_tasktree.h dist_man_MANS = ptask.1