X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FControlFlow%2FMakefile.am;h=8e62355cf9978b5205cb1e3fdc42dba4981628fa;hb=d66666fecab8c35e69a2ee4eca1fb240057f1346;hp=7ce361611c03baa820aa19927c0aae42080c2716;hpb=f6310a5b26f5a2d0af9eec0a1eb46eee3c489981;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/ControlFlow/Makefile.am b/ltt/branches/poly/lttv/modules/gui/ControlFlow/Makefile.am index 7ce36161..8e62355c 100644 --- a/ltt/branches/poly/lttv/modules/gui/ControlFlow/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/ControlFlow/Makefile.am @@ -13,8 +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\ - Drawing.c Draw_Item.c +libguiControlFlow_la_SOURCES = module.c eventhooks.c cfv.c processlist.c\ + drawing.c drawitem.c -noinst_HEADERS = Event_Hooks.h CFV.h Process_List.h\ - Drawing.h Draw_Item.h +noinst_HEADERS = eventhooks.h cfv.h cfv-private.h processlist.h\ + drawing.h drawitem.h