makefile
[lttv.git] / ltt / branches / poly / lttv / modules / Makefile.am
index ae914c9c03e124b52aab3d8a333f9f0efb97f6c6..675c010534eb364dedf3b07ba559f0cde3653dc3 100644 (file)
@@ -4,15 +4,6 @@
 # Created by Mathieu Desnoyers on May 6, 2003
 #
 
-SUBDIRS = gui
+# the gui subdir comes first : dependency
+SUBDIRS = mainLib main text gui
 
-AM_CFLAGS = $(GLIB_CFLAGS) 
-AM_CFLAGS += $(GTK_CFLAGS)
-LIBS += $(GLIB_LIBS)
-LIBS += $(GTK_LIBS) -Lgui/API -lmainWinApi
-
-libdir = ${lttvplugindir}
-
-lib_LTLIBRARIES = libguiEvents.la
-libguiEvents_la_LDFLAGS = -module
-libguiEvents_la_SOURCES = guiEvents.c
This page took 0.023069 seconds and 4 git commands to generate.