libraries install dir change, please recompile the whole tree
[lttv.git] / ltt / branches / poly / lttv / modules / Makefile.am
index 0dd00c4b1c700b220307bde3bde0f079ad5314c2..5f83a282d450b7f5c85ab84a59157d523f9cac07 100644 (file)
@@ -4,6 +4,7 @@
 # Created by Mathieu Desnoyers on May 6, 2003
 #
 
+# the gui subdir comes first : dependency
 SUBDIRS = gui
 
 AM_CFLAGS = $(GLIB_CFLAGS) 
@@ -13,7 +14,7 @@ LIBS += $(GTK_LIBS) -Lgui/API -lmainWinApi -lcustomBox
 
 libdir = ${lttvplugindir}
 
-lib_LTLIBRARIES = libguiEvents.la libguiControlFlow.la
+lib_LTLIBRARIES = libguiEvents.la libguiControlFlow.la
 libguiEvents_la_LDFLAGS = -module
 libguiEvents_la_SOURCES = guiEvents.c
 libguiControlFlow_la_LDFLAGS = -module
This page took 0.023202 seconds and 4 git commands to generate.