correctly add -lm for math lib
[lttv.git] / ltt / branches / poly / ltt / convert / Makefile.am
index 5c345b6fb6703ab8e22ccbbaab697caa3c1c7cbf..cc9a3d2b8306d02b4500a9087f0da060647b19ad 100644 (file)
@@ -1,5 +1,5 @@
 AM_CFLAGS = $(GLIB_CFLAGS) 
-LIBS += $(GLIB_LIBS)
+LIBS += $(GLIB_LIBS) $(M_LIBS)
 
 bin_PROGRAMS = convert
 
This page took 0.023489 seconds and 4 git commands to generate.