working version of guiEvents module
[lttv.git] / ltt / branches / poly / lttv / modules / Makefile.am
index b561b4eb6d3081ad85cf5d303f8a327a1784fdaf..99102465a22a9af2a31dbb32f560c1b276008576 100644 (file)
@@ -4,10 +4,15 @@
 # Created by Mathieu Desnoyers on May 6, 2003
 #
 
-SUBDIRS = examples coreGUI
+SUBDIRS = gui
+
+AM_CFLAGS = $(GLIB_CFLAGS) 
+AM_CFLAGS += $(GTK_CFLAGS)
+LIBS += $(GLIB_LIBS)
+LIBS += $(GTK_LIBS) -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.023425 seconds and 4 git commands to generate.