bind lasy
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Makefile.am
index 5f83a282d450b7f5c85ab84a59157d523f9cac07..569f92c8368232b372a0494bb2540924343c3ac3 100644 (file)
@@ -1,21 +1,19 @@
 #
 # 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
+# CFV.c Event_Hooks.c
+#libguiControlFlow_la_DEPENDENCIES =   CFV.h \
+#                                      Event_Hooks.h
This page took 0.024126 seconds and 4 git commands to generate.