X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=3b096b09e9ee719089b1ed270391b54ca9d03def;hb=1ff664c141ac890095ba33d96d28aca87f8b2ff7;hp=e8dae2fb971686aaacf6e382bd129203258a634b;hpb=42095f26d5a6edb708698f553cb5ba31ab03c05e;p=ptask.git diff --git a/src/Makefile.am b/src/Makefile.am index e8dae2f..3b096b0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,14 +11,16 @@ LIBS = $(JSON_LIBS) $(GTK_LIBS) bin_PROGRAMS = ptask -ptask_SOURCES = main.c \ +ptask_SOURCES = list.c list.h \ log.c log.h \ + main.c \ note.c note.h \ pstr.c pstr.h \ ptime.c ptime.h \ tw.c tw.h \ ui.c ui.h \ - ui_newtask_diag.c ui_newtask_diag.h + ui_newtask_diag.c ui_newtask_diag.h \ + ui_projecttree.c ui_projecttree.h dist_man_MANS = ptask.1