git-svn-id: http://ltt.polymtl.ca/svn@249 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / lttv / modules / Makefile.am
index 10c3451ab21f41ee8c989df3d282f72384afd178..ae914c9c03e124b52aab3d8a333f9f0efb97f6c6 100644 (file)
@@ -4,10 +4,15 @@
 # Created by Mathieu Desnoyers on May 6, 2003
 #
 
-#SUBDIRS = examples
+SUBDIRS = gui
+
+AM_CFLAGS = $(GLIB_CFLAGS) 
+AM_CFLAGS += $(GTK_CFLAGS)
+LIBS += $(GLIB_LIBS)
+LIBS += $(GTK_LIBS) -Lgui/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.02301 seconds and 4 git commands to generate.