genevent for 0.1.99.1
[lttv.git] / ltt / branches / poly / ltt-newlib / convert / Makefile.am
1 AM_CFLAGS = $(GLIB_CFLAGS)
2 LIBS += $(GLIB_LIBS) $(M_LIBS)
3
4 bin_PROGRAMS = convert
5
6 convert_SOURCES = convert.c
7
8 noinst_HEADERS = LTTTypes.h LinuxEvents.h
9
10 EXTRA_DIST = core.xml sysInfo README
11 convertdir = $(pkgdatadir)/convert
12 convert_DATA = core.xml sysInfo README
This page took 0.069903 seconds and 4 git commands to generate.