Added GPL copyrights to my files, MD
[lttv.git] / ltt / branches / poly / lttv / modules / text / Makefile.am
index 9e544d3ace650ff46638736cf822b88268781365..a9fecc1187d3627baae0717324dc6d8fdd8c1fc1 100644 (file)
@@ -1 +1,13 @@
-#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
+
This page took 0.023064 seconds and 4 git commands to generate.