Added options to run different tests in module batchtest
[lttv.git] / ltt / branches / poly / lttv / modules / text / Makefile.am
index a9fecc1187d3627baae0717324dc6d8fdd8c1fc1..a682e35fc9fddccabce1b4d49d624186046ce283 100644 (file)
@@ -5,9 +5,11 @@ LIBS += $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread
 
 libdir = ${lttvplugindir}
 
-lib_LTLIBRARIES = libtextDump.la libbatchAnalysis.la
+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.021849 seconds and 4 git commands to generate.