add core.xml and sysInfo to install dir : /usr/share/LinuxTraceToolkitViewer/convert
[lttv.git] / ltt / branches / poly / ltt / convert / Makefile.am
index 5c345b6fb6703ab8e22ccbbaab697caa3c1c7cbf..e815643529b3c77cd798248fa87e8af1ec07b4a5 100644 (file)
@@ -1,5 +1,5 @@
 AM_CFLAGS = $(GLIB_CFLAGS) 
-LIBS += $(GLIB_LIBS)
+LIBS += $(GLIB_LIBS) $(M_LIBS)
 
 bin_PROGRAMS = convert
 
@@ -8,3 +8,5 @@ convert_SOURCES = convert.c
 noinst_HEADERS = LTTTypes.h LinuxEvents.h
 
 EXTRA_DIST = core.xml sysInfo
+convertdir = $(pkgdatadir)/convert
+convert_DATA = core.xml sysInfo
This page took 0.023756 seconds and 4 git commands to generate.