X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FMakefile.am;h=a8e1f7b75749856c01b5bac1a8b8d8e1f4920a5a;hb=5daf38784242b42303ea90076ffcc49fc579cb87;hp=5f83a282d450b7f5c85ab84a59157d523f9cac07;hpb=c7ba3367a9ed8c8af951847f0a81aeb3f167aecb;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Makefile.am b/ltt/branches/poly/lttv/modules/guiControlFlow/Makefile.am index 5f83a282..a8e1f7b7 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Makefile.am +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Makefile.am @@ -1,21 +1,20 @@ # # Makefile for LTT New generation user interface : plugins. # -# Created by Mathieu Desnoyers on May 6, 2003 +# Created by Mathieu Desnoyers on September 27, 2003 # -# the gui subdir comes first : dependency -SUBDIRS = gui - AM_CFLAGS = $(GLIB_CFLAGS) AM_CFLAGS += $(GTK_CFLAGS) LIBS += $(GLIB_LIBS) -LIBS += $(GTK_LIBS) -Lgui/API -lmainWinApi -lcustomBox +LIBS += $(GTK_LIBS) -L${top_srcdir}/lttv/modules/gui/API -lmainWinApi libdir = ${lttvplugindir} -lib_LTLIBRARIES = libguiEvents.la # libguiControlFlow.la -libguiEvents_la_LDFLAGS = -module -libguiEvents_la_SOURCES = guiEvents.c +lib_LTLIBRARIES = libguiControlFlow.la libguiControlFlow_la_LDFLAGS = -module -libguiControlFlow_la_SOURCES = guiControlFlow.c +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