From 148b524b4c19b1a169e466e4e17d484dd42d75a5 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sat, 30 Nov 2013 10:42:39 +0000 Subject: [PATCH] added fcts to log fcts switched to c99 to be sure that __func__ exists --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index be07323..97e1d9b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,6 +21,7 @@ ptask_SOURCES = list.c list.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 -- 2.7.4