--help argument -h added to main and option.c
[lttv.git] / ltt / branches / poly / lttv / Makefile.am
index b89688e8255d2bc3cf618d290b13f2df706c1e32..8364876199bbefeb52f37dec63a892655fbf4806 100644 (file)
@@ -1,5 +1,3 @@
-SUBDIRS = modules
-
 AM_CFLAGS = $(GLIB_CFLAGS) 
 LIBS += $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread
 #LIBS += $(GLIB_LIBS) -lgobject-2.0 -lltt
@@ -31,3 +29,9 @@ libtextDump_la_LDFLAGS = -module
 libtextDump_la_SOURCES = textDump.c
 libbatchAnalysis_la_LDFLAGS = -module
 libbatchAnalysis_la_SOURCES = batchAnalysis.c
+
+
+# WARNING : must be done at the end, so modules can dynamically link themselves
+# to libraries compiled here but not installed in the system.
+SUBDIRS = modules
+
This page took 0.023068 seconds and 4 git commands to generate.