fix to use AM_PATH_GLIB_2_0
[lttv.git] / ltt / branches / poly / lttv / Makefile.am
... / ...
CommitLineData
1SUBDIRS = modules plugins
2
3AM_CFLAGS = $(GLIB_CFLAGS)
4LIBS += $(GLIB_LIBS)
5
6bin_PROGRAMS = textui
7
8#AM_CPPFLAGS = \
9# -I$(top_srcdir)/include
10#INCLUDES=$(top_srcdir)/include
11
12textui_SOURCES = main.c module.c option.c hook.c attribute.c \
13 attribute.h lttv.h option.h trace.h
This page took 0.032131 seconds and 4 git commands to generate.