add core.xml and sysInfo to install dir : /usr/share/LinuxTraceToolkitViewer/convert
[lttv.git] / ltt / branches / poly / ltt / 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
11 convertdir = $(pkgdatadir)/convert
12 convert_DATA = core.xml sysInfo
This page took 0.031464 seconds and 5 git commands to generate.