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