Added options to run different tests in module batchtest
[lttv.git] / ltt / branches / poly / lttv / modules / text / Makefile.am
index 9e544d3ace650ff46638736cf822b88268781365..a682e35fc9fddccabce1b4d49d624186046ce283 100644 (file)
@@ -1 +1,15 @@
-#empty for now
+
+
+AM_CFLAGS = $(GLIB_CFLAGS) 
+LIBS += $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread
+
+libdir = ${lttvplugindir}
+
+lib_LTLIBRARIES = libtextDump.la libbatchAnalysis.la libbatchtest.la
+libtextDump_la_LDFLAGS = -module
+libtextDump_la_SOURCES = textDump.c
+libbatchAnalysis_la_LDFLAGS = -module
+libbatchAnalysis_la_SOURCES = batchAnalysis.c
+libbatchtest_la_LDFLAGS = -module
+libbatchtest_la_SOURCES = batchtest.c
+
This page took 0.024538 seconds and 4 git commands to generate.