X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FMakefile.am;h=a8e1f7b75749856c01b5bac1a8b8d8e1f4920a5a;hb=5daf38784242b42303ea90076ffcc49fc579cb87;hp=9de1c42b98c97fabe18c15adab17d5aaa3a4dec8;hpb=1ab818de1d890bf716413090d943858bfef8d3d3;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Makefile.am b/ltt/branches/poly/lttv/modules/guiControlFlow/Makefile.am index 9de1c42b..a8e1f7b7 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Makefile.am +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Makefile.am @@ -13,6 +13,8 @@ libdir = ${lttvplugindir} lib_LTLIBRARIES = libguiControlFlow.la libguiControlFlow_la_LDFLAGS = -module -libguiControlFlow_la_SOURCES = module.c Event_Hooks.c CFV.c -#libguiControlFlow_la_DEPENDENCIES = CFV.h \ -# Event_Hooks.h +libguiControlFlow_la_SOURCES = module.c Event_Hooks.c CFV.c Process_List.c\ + Drawing.c Draw_Item.c + +noinst_HEADERS = Event_Hooks.h CFV.h Process_List.h\ + Drawing.h Draw_Item.h