binary seek_time instead of searching sequencely
[lttv.git] / ltt / branches / poly / lttv / modules / Makefile.am
index 2b1ba0cecd294e97e1950a213e4b7f0b3863f6e0..812ce9cc0047a2434b8673c799a94a761c2af46f 100644 (file)
@@ -5,15 +5,18 @@
 #
 
 # the gui subdir comes first : dependency
-SUBDIRS = gui # guiControlFlow
+#SUBDIRS = gui guiControlFlow icons
+SUBDIRS = gui guiControlFlow icons guiStatistic
 
 AM_CFLAGS = $(GLIB_CFLAGS) 
 AM_CFLAGS += $(GTK_CFLAGS)
 LIBS += $(GLIB_LIBS)
-LIBS += $(GTK_LIBS) -L${srcdir}/gui/API -lmainWinApi
+LIBS += $(GTK_LIBS) -L${top_srcdir}/lttv/modules/gui/API -lmainWinApi
 
 libdir = ${lttvplugindir}
 
 lib_LTLIBRARIES = libguiEvents.la
 libguiEvents_la_LDFLAGS = -module
 libguiEvents_la_SOURCES = guiEvents.c
+noinst_HEADERS = gtkrbtree.h gtktreeprivate.h
+
This page took 0.022593 seconds and 4 git commands to generate.