correctly add -lm for math lib
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / Makefile.am
index 05bd3a37d564248e80bbdeb847fa5ed2da8b0bca..0c7a47a3055eb57b6ed4261e582050d41c6f98d8 100644 (file)
@@ -2,7 +2,7 @@
 
 AM_CFLAGS = $(GLIB_CFLAGS) 
 AM_CFLAGS += $(GTK_CFLAGS)
-LIBS += $(GLIB_LIBS)
+LIBS += $(M_LIBS) $(GLIB_LIBS)
 LIBS += $(GTK_LIBS)
 
 INCLUDES = \
@@ -43,5 +43,5 @@ lttvwindowinclude_HEADERS = \
        menu.h\
        toolbar.h
 
-liblttvwindow_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
+liblttvwindow_la_LIBADD = -lm @PACKAGE_LIBS@ $(INTLLIBS)
 
This page took 0.02268 seconds and 4 git commands to generate.