Jean-Hugues patch for gtk dir selector. Remove non standard API calls in gtkdirsel.c
[lttv.git] / ltt / branches / poly / lttv / modules / text / Makefile.am
CommitLineData
ce0214a6 1
2
78535b20 3AM_CFLAGS = $(GLIB_CFLAGS)
21ff84a0 4LIBS += $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread
78535b20 5
6libdir = ${lttvplugindir}
7
d8f124de 8lib_LTLIBRARIES = libtextDump.la libbatchAnalysis.la
78535b20 9libtextDump_la_LDFLAGS = -module
10libtextDump_la_SOURCES = textDump.c
11libbatchAnalysis_la_LDFLAGS = -module
12libbatchAnalysis_la_SOURCES = batchAnalysis.c
13
d8f124de 14noinst_HEADERS = \
15 batchanalysis.h
This page took 0.027147 seconds and 4 git commands to generate.