Use g_info and g_debug properly.
[lttv.git] / ltt / branches / poly / lttv / main / 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 lttv_SOURCES = main.c module.c option.c \
14 hook.c attribute.c \
15 iattribute.c processTrace.c \
16 state.c stats.c traceset.c
17
This page took 0.030225 seconds and 4 git commands to generate.