correctly add -lm for math lib
[lttv.git] / ltt / branches / poly / lttv / modules / gui / detailedevents / Makefile.am
index 9c0819801721b765fdaa39aff1ab1f8002a76ea1..4f9d4899bfd09a187b300280535de9400f385d7f 100644 (file)
@@ -25,7 +25,7 @@
 
 AM_CFLAGS = $(GLIB_CFLAGS) 
 AM_CFLAGS += $(GTK_CFLAGS)
-LIBS += $(GLIB_LIBS)
+LIBS += $(M_LIBS) $(GLIB_LIBS)
 LIBS += $(GTK_LIBS) -L${top_srcdir}/lttv/modules/gui/lttvwindow/lttvwindow -llttvwindow
 
 libdir = ${lttvplugindir}
@@ -33,6 +33,7 @@ libdir = ${lttvplugindir}
 lib_LTLIBRARIES = libguievents.la
 libguievents_la_LDFLAGS = -module
 libguievents_la_SOURCES = events.c
+libguievents_la_LIBADD = -lm
 
 EXTRA_DIST = \
                hGuiEventsInsert.xpm
This page took 0.03164 seconds and 4 git commands to generate.