warning fix for type
[lttv.git] / ltt / branches / poly / lttv / modules / Makefile.am
index 99102465a22a9af2a31dbb32f560c1b276008576..925a5e5a43fd99151efdcf20eb52911b64b3970e 100644 (file)
@@ -4,15 +4,6 @@
 # Created by Mathieu Desnoyers on May 6, 2003
 #
 
-SUBDIRS = gui
+# the gui subdir comes first : dependency
+SUBDIRS = text gui
 
-AM_CFLAGS = $(GLIB_CFLAGS) 
-AM_CFLAGS += $(GTK_CFLAGS)
-LIBS += $(GLIB_LIBS)
-LIBS += $(GTK_LIBS) -lmainWinApi
-
-libdir = ${lttvplugindir}
-
-lib_LTLIBRARIES = libguiEvents.la
-libguiEvents_la_LDFLAGS = -module
-libguiEvents_la_SOURCES = guiEvents.c
This page took 0.022434 seconds and 4 git commands to generate.