X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Ftext%2FMakefile.am;h=a682e35fc9fddccabce1b4d49d624186046ce283;hb=f95bc8309fe113855266f4445874248b6a285062;hp=1b6d136ba12d2a990710549f88893dccf29e130e;hpb=78535b20e4e409a1b867c4f34ae5a52933f7b3d4;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/text/Makefile.am b/ltt/branches/poly/lttv/modules/text/Makefile.am index 1b6d136b..a682e35f 100644 --- a/ltt/branches/poly/lttv/modules/text/Makefile.am +++ b/ltt/branches/poly/lttv/modules/text/Makefile.am @@ -1,11 +1,15 @@ + + AM_CFLAGS = $(GLIB_CFLAGS) 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