part 4
[lttv.git] / ltt / branches / poly / lttv / modules / Makefile.am
index ccdd038d252b021a599d8b4ef4529af3d447dd44..78056d2ef310c70d21d7611e67079eb96971cc53 100644 (file)
@@ -4,10 +4,18 @@
 # Created by Mathieu Desnoyers on May 6, 2003
 #
 
-SUBDIRS = examples
+# the gui subdir comes first : dependency
+SUBDIRS = text gui
+
+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 = sampledep.la
-#sampledep_la_LDFLAGS = -module
-#sampledep_la_SOURCES = sampledep.c
+lib_LTLIBRARIES = libguiEvents.la
+libguiEvents_la_LDFLAGS = -module
+libguiEvents_la_SOURCES = guiEvents.c
+noinst_HEADERS = gtkrbtree.h gtktreeprivate.h
+
This page took 0.023454 seconds and 4 git commands to generate.