binary seek_time instead of searching sequencely
[lttv.git] / ltt / branches / poly / lttv / modules / Makefile.am
index 1ebbe9610772f88f8ad9f0bb3606588ab55ab6a7..812ce9cc0047a2434b8673c799a94a761c2af46f 100644 (file)
@@ -5,7 +5,8 @@
 #
 
 # 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)
@@ -17,3 +18,5 @@ 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.02353 seconds and 4 git commands to generate.