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