put print fields in print.c
[lttv.git] / ltt / branches / poly / lttv / lttv / Makefile.am
1 AM_CFLAGS = $(GLIB_CFLAGS)
2 LIBS += $(POPT_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 filter.h\
25 print.h
26
27 #noinst_HEADERS = \
28 # filter.h
29
30 lttv_SOURCES = batchtest.c main.c module.c option.c \
31 hook.c attribute.c \
32 iattribute.c state.c stats.c \
33 tracecontext.c traceset.c filter.c print.c
34
35 if LTTVSTATIC
36 lttv_LDFLAGS = -profile -static
37 endif
This page took 0.029334 seconds and 4 git commands to generate.