X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=97e1d9be5209f77d560c5481d731d2b4fbf9b6de;hb=781a99f9dbdf4aa086c7d33392f7201d5f731ed2;hp=84f2093c7f22ffc31ea40d5c23088e4cb8d0c0d9;hpb=98da9e03d15320c6a0d685c0088ca69748433628;p=ptask.git diff --git a/src/Makefile.am b/src/Makefile.am index 84f2093..97e1d9b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,13 +11,18 @@ 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.c ui.h \ + ui_newtask_diag.c ui_newtask_diag.h \ + ui_projecttree.c ui_projecttree.h \ + ui_taskpanel.c ui_taskpanel.h \ + ui_tasktree.c ui_tasktree.h dist_man_MANS = ptask.1