X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FMakefile.am;h=0abcb9673301984a87f86fe2b6232015381cca1d;hb=a100e2b757ba2b4ae34a1b595fdcde1804e07a75;hp=d24fb4921d2d63d86eec4cd17749928e0b5856e4;hpb=fa2c4dbef9d6f7f509a1d13ca8b7d16f95236100;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Makefile.am b/ltt/branches/poly/lttv/modules/guiControlFlow/Makefile.am index d24fb492..0abcb967 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Makefile.am +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Makefile.am @@ -13,4 +13,8 @@ libdir = ${lttvplugindir} lib_LTLIBRARIES = libguiControlFlow.la libguiControlFlow_la_LDFLAGS = -module -libguiControlFlow_la_SOURCES = module.c Event_Hooks.c CFV.c Process_List.c +libguiControlFlow_la_SOURCES = module.c Event_Hooks.c CFV.c Process_List.c\ + Drawing.c + +libguiControlFlow_la_HEADERS = Event_Hooks.h CFV.h Process_List.h\ + Drawing.h