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