more makefile.am changes
[lttv.git] / ltt / branches / poly / ltt / convert / Makefile.am
... / ...
CommitLineData
1AM_CFLAGS = $(GLIB_CFLAGS)
2LIBS += $(GLIB_LIBS)
3
4bin_PROGRAMS = convert
5
6convert_SOURCES = convert.c
7
8noinst_HEADERS = LTTTypes.h LinuxEvents.h
9
10EXTRA_DIST = core.xml sysInfo
This page took 0.022069 seconds and 4 git commands to generate.