libraries install dir change, please recompile the whole tree
[lttv.git] / ltt / branches / poly / lttv / modules / Makefile.am
index 343d243ebe399c04216b4e1c2e673c4b7a94e690..5f83a282d450b7f5c85ab84a59157d523f9cac07 100644 (file)
@@ -4,10 +4,18 @@
 # Created by Mathieu Desnoyers on May 6, 2003
 #
 
-SUBDIRS = examples coreGUI
+# 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
 
 libdir = ${lttvplugindir}
 
-#lib_LTLIBRARIES = libsimple.la
-#libsimple_la_LDFLAGS = -module
-#libsimple_la_SOURCES = simple.c
+lib_LTLIBRARIES = libguiEvents.la # libguiControlFlow.la
+libguiEvents_la_LDFLAGS = -module
+libguiEvents_la_SOURCES = guiEvents.c
+libguiControlFlow_la_LDFLAGS = -module
+libguiControlFlow_la_SOURCES = guiControlFlow.c
This page took 0.023154 seconds and 4 git commands to generate.