Moving files around to get rid of the shared include tree. Some other
[lttv.git] / ltt / branches / poly / lttv / modules / text / Makefile.am
index a682e35fc9fddccabce1b4d49d624186046ce283..88f9235fc919e8d48d4afb726f9145965fb3f8ab 100644 (file)
@@ -5,11 +5,11 @@ LIBS += $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread
 
 libdir = ${lttvplugindir}
 
-lib_LTLIBRARIES = libtextDump.la libbatchAnalysis.la libbatchtest.la
+lib_LTLIBRARIES = libtextDump.la libbatchAnalysis.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
 
+noinst_HEADERS = \
+       batchanalysis.h
This page took 0.022126 seconds and 4 git commands to generate.