X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Ftext%2FMakefile.am;h=88f9235fc919e8d48d4afb726f9145965fb3f8ab;hb=21ff84a0d872ff069d4ec62d0a5bed21bcfeeac5;hp=9e544d3ace650ff46638736cf822b88268781365;hpb=830eba15d0eaf43e5f4bb102e4b9b6020123a7e2;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/text/Makefile.am b/ltt/branches/poly/lttv/modules/text/Makefile.am index 9e544d3a..88f9235f 100644 --- a/ltt/branches/poly/lttv/modules/text/Makefile.am +++ b/ltt/branches/poly/lttv/modules/text/Makefile.am @@ -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 +libtextDump_la_LDFLAGS = -module +libtextDump_la_SOURCES = textDump.c +libbatchAnalysis_la_LDFLAGS = -module +libbatchAnalysis_la_SOURCES = batchAnalysis.c + +noinst_HEADERS = \ + batchanalysis.h