remove lib math because of bad interaction with gtk
[lttv.git] / ltt / branches / poly / lttv / modules / text / Makefile.am
index 9e544d3ace650ff46638736cf822b88268781365..88f9235fc919e8d48d4afb726f9145965fb3f8ab 100644 (file)
@@ -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
This page took 0.025137 seconds and 4 git commands to generate.