initial control flow viewer structure rework
[lttv.git] / ltt / branches / poly / lttv / modules / Makefile.am
index 99102465a22a9af2a31dbb32f560c1b276008576..2b1ba0cecd294e97e1950a213e4b7f0b3863f6e0 100644 (file)
@@ -4,12 +4,13 @@
 # Created by Mathieu Desnoyers on May 6, 2003
 #
 
-SUBDIRS = gui
+# the gui subdir comes first : dependency
+SUBDIRS = gui # guiControlFlow
 
 AM_CFLAGS = $(GLIB_CFLAGS) 
 AM_CFLAGS += $(GTK_CFLAGS)
 LIBS += $(GLIB_LIBS)
-LIBS += $(GTK_LIBS) -lmainWinApi
+LIBS += $(GTK_LIBS) -L${srcdir}/gui/API -lmainWinApi
 
 libdir = ${lttvplugindir}
 
This page took 0.022567 seconds and 4 git commands to generate.