float handling
[lttv.git] / ltt / branches / poly / ltt / convert / Makefile.am
index fe033010c8f2c1084033b68312e976bc7ceb617e..6dbec8e554ee43cb9af674ae9cc8db13533bf92c 100644 (file)
@@ -1,5 +1,12 @@
 AM_CFLAGS = $(GLIB_CFLAGS) 
-LIBS += $(GLIB_LIBS)
+LIBS += $(GLIB_LIBS) $(M_LIBS)
 
 bin_PROGRAMS = convert
 
+convert_SOURCES = convert.c
+
+noinst_HEADERS = LTTTypes.h LinuxEvents.h
+
+EXTRA_DIST = core.xml sysInfo README
+convertdir = $(pkgdatadir)/convert
+convert_DATA = core.xml sysInfo README
This page took 0.022243 seconds and 4 git commands to generate.