configure.in fix
[lttv.git] / ltt / branches / poly / lttv / Makefile.am
CommitLineData
86fd9e01 1SUBDIRS = modules
277659ce 2
b00eda44 3AM_CFLAGS = $(GLIB_CFLAGS)
4LIBS += $(GLIB_LIBS)
5
61b11e38 6bin_PROGRAMS = tracevisualizer
82266dec 7
273475ce 8#AM_CPPFLAGS = \
9# -I$(top_srcdir)/include
10#INCLUDES=$(top_srcdir)/include
82266dec 11
61b11e38 12tracevisualizer_SOURCES = main.c module.c option.c hook.c attribute.c \
3ebd22a8 13 attribute.h lttv.h option.h trace.h
f60d7a47 14
15
16#libdir = ${lttvplugindir}
17
18#lib_LTLIBRARIES = libtextDump.la
19#libtextDump_la_LDFLAGS = -module
20#libtextDump_la_SOURCES = textDump.c
This page took 0.02321 seconds and 4 git commands to generate.