git-svn-id: http://ltt.polymtl.ca/svn@142 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / lttv / Makefile.am
1 SUBDIRS = modules
2
3 AM_CFLAGS = $(GLIB_CFLAGS)
4 LIBS += $(GLIB_LIBS)
5
6 bin_PROGRAMS = tracevisualizer
7
8 #AM_CPPFLAGS = \
9 # -I$(top_srcdir)/include
10 #INCLUDES=$(top_srcdir)/include
11
12 tracevisualizer_SOURCES = main.c module.c option.c hook.c attribute.c \
13 attribute.h lttv.h option.h trace.h
This page took 0.030521 seconds and 4 git commands to generate.