correctly add -lm for math lib
[lttv.git] / ltt / branches / poly / ltt / convert / Makefile.am
index 7748ea92fe5ac0a583957e7dc7be05e07c39e953..cc9a3d2b8306d02b4500a9087f0da060647b19ad 100644 (file)
@@ -1,10 +1,10 @@
 AM_CFLAGS = $(GLIB_CFLAGS) 
-LIBS += $(GLIB_LIBS)
+LIBS += $(GLIB_LIBS) $(M_LIBS)
 
 bin_PROGRAMS = convert
 
 convert_SOURCES = convert.c
 
-convert_HEADERS = LTTTypes.h LinuxEvents.h
+noinst_HEADERS = LTTTypes.h LinuxEvents.h
 
 EXTRA_DIST = core.xml sysInfo
This page took 0.024906 seconds and 4 git commands to generate.