[yelp] Link libyelp, not libyelpcommon, with libm



commit 324b465c9c66a8f76921b92e9d25a1230e9564cd
Author: David King <amigadave amigadave com>
Date:   Thu Sep 24 09:26:44 2015 +0100

    Link libyelp, not libyelpcommon, with libm

 libyelp/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libyelp/Makefile.am b/libyelp/Makefile.am
index 0959df9..5f31461 100644
--- a/libyelp/Makefile.am
+++ b/libyelp/Makefile.am
@@ -18,7 +18,7 @@ libyelpcommon_la_CFLAGS =               \
        -DYELP_ICON_PATH=\"$(YELP_ICON_PATH)\"
 
 
-libyelpcommon_la_LIBADD = $(YELP_LIBS) $(LIBM)
+libyelpcommon_la_LIBADD = $(YELP_LIBS)
 libyelpcommon_la_LDFLAGS =     \
        -avoid-version          \
        -no-undefined
@@ -121,6 +121,7 @@ libyelp_la_CPPFLAGS = \
        -DYELP_WEB_EXTENSIONS_DIR=\""$(pkglibdir)/"web-extensions\"
 
 libyelp_la_LIBADD =  \
+       $(LIBM) \
        $(YELP_LIBS)     \
        libyelpcommon.la
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]