makefile.am + header changes
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Makefile.am
index d24fb4921d2d63d86eec4cd17749928e0b5856e4..0abcb9673301984a87f86fe2b6232015381cca1d 100644 (file)
@@ -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
This page took 0.022243 seconds and 4 git commands to generate.