X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Ftext%2FMakefile.am;h=947ddd9bc912180cd7f3bed604e40d3985281ce2;hb=9eb6aa7a42ed8d7e5b6d095bd3c31886ab5ebd33;hp=a9fecc1187d3627baae0717324dc6d8fdd8c1fc1;hpb=ce0214a66f4e1c6f4d94d53c1ead65b58157c60d;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/text/Makefile.am b/ltt/branches/poly/lttv/modules/text/Makefile.am index a9fecc11..947ddd9b 100644 --- a/ltt/branches/poly/lttv/modules/text/Makefile.am +++ b/ltt/branches/poly/lttv/modules/text/Makefile.am @@ -5,9 +5,13 @@ 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 libtextFilter.la libtextDump_la_LDFLAGS = -module libtextDump_la_SOURCES = textDump.c libbatchAnalysis_la_LDFLAGS = -module libbatchAnalysis_la_SOURCES = batchAnalysis.c +libtextFilter_la_LDFLAGS = -module +libtextFilter_la_SOURCES = textFilter.c +noinst_HEADERS = \ + batchanalysis.h