Moving files around to get rid of the shared include tree. Some other
[lttv.git] / ltt / branches / poly / lttv / modules / text / Makefile.am
1
2
3 AM_CFLAGS = $(GLIB_CFLAGS)
4 LIBS += $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread
5
6 libdir = ${lttvplugindir}
7
8 lib_LTLIBRARIES = libtextDump.la libbatchAnalysis.la
9 libtextDump_la_LDFLAGS = -module
10 libtextDump_la_SOURCES = textDump.c
11 libbatchAnalysis_la_LDFLAGS = -module
12 libbatchAnalysis_la_SOURCES = batchAnalysis.c
13
14 noinst_HEADERS = \
15 batchanalysis.h
This page took 0.030087 seconds and 4 git commands to generate.