Moving files around to get rid of the shared include tree. Some other
[lttv.git] / ltt / branches / poly / lttv / lttv / Makefile.am
1 AM_CFLAGS = $(GLIB_CFLAGS)
2 LIBS += $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread
3
4 bin_PROGRAMS = lttv
5
6 INCLUDES = \
7 -DPACKAGE_PLUGIN_DIR=\""$(lttvplugindir)"\" \
8 @PACKAGE_CFLAGS@ \
9 $(DEFAULT_INCLUDES)
10
11 libdir = ${lttvplugindir}
12
13 lttvinclude_HEADERS = \
14 attribute.h\
15 hook.h\
16 iattribute.h\
17 lttv.h\
18 module.h\
19 option.h\
20 state.h\
21 stats.h\
22 tracecontext.h\
23 traceset.h
24
25 noinst_HEADERS = \
26 filter.h
27
28 lttv_SOURCES = batchtest.c main.c module.c option.c \
29 hook.c attribute.c \
30 iattribute.c state.c stats.c \
31 processTrace.c traceset.c
32
This page took 0.030424 seconds and 5 git commands to generate.