bind lasy
[lttv.git] / ltt / branches / poly / lttv / modules / Makefile.am
index db3a3fc75784d582107bd262ab5c21e021f7e6c2..1ebbe9610772f88f8ad9f0bb3606588ab55ab6a7 100644 (file)
@@ -4,10 +4,16 @@
 # Created by Mathieu Desnoyers on May 6, 2003
 #
 
-SUBDIRS = gui
+# the gui subdir comes first : dependency
+SUBDIRS = gui guiControlFlow
+
+AM_CFLAGS = $(GLIB_CFLAGS) 
+AM_CFLAGS += $(GTK_CFLAGS)
+LIBS += $(GLIB_LIBS)
+LIBS += $(GTK_LIBS) -L${top_srcdir}/lttv/modules/gui/API -lmainWinApi
 
 libdir = ${lttvplugindir}
 
-#lib_LTLIBRARIES = libsimple.la
-#libsimple_la_LDFLAGS = -module
-#libsimple_la_SOURCES = simple.c
+lib_LTLIBRARIES = libguiEvents.la
+libguiEvents_la_LDFLAGS = -module
+libguiEvents_la_SOURCES = guiEvents.c
This page took 0.02415 seconds and 4 git commands to generate.