Add -lm for pow().
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 13 Dec 2002 00:36:12 +0000 (00:36 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 13 Dec 2002 00:36:12 +0000 (00:36 +0000)
* glib/trio/Makefile.am (libtrio_la_LIBADD): Add -lm for pow().

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/trio/Makefile.am

index 8fdb5c4..251207a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-12-13  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/trio/Makefile.am (libtrio_la_LIBADD): Add -lm for pow().
+
        * tests/string-test.c: Add a test for positional parameters in
        g_snprintf().
 
index 8fdb5c4..251207a 100644 (file)
@@ -1,5 +1,7 @@
 2002-12-13  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/trio/Makefile.am (libtrio_la_LIBADD): Add -lm for pow().
+
        * tests/string-test.c: Add a test for positional parameters in
        g_snprintf().
 
index 8fdb5c4..251207a 100644 (file)
@@ -1,5 +1,7 @@
 2002-12-13  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/trio/Makefile.am (libtrio_la_LIBADD): Add -lm for pow().
+
        * tests/string-test.c: Add a test for positional parameters in
        g_snprintf().
 
index 8fdb5c4..251207a 100644 (file)
@@ -1,5 +1,7 @@
 2002-12-13  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/trio/Makefile.am (libtrio_la_LIBADD): Add -lm for pow().
+
        * tests/string-test.c: Add a test for positional parameters in
        g_snprintf().
 
index 8fdb5c4..251207a 100644 (file)
@@ -1,5 +1,7 @@
 2002-12-13  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/trio/Makefile.am (libtrio_la_LIBADD): Add -lm for pow().
+
        * tests/string-test.c: Add a test for positional parameters in
        g_snprintf().
 
index 8fdb5c4..251207a 100644 (file)
@@ -1,5 +1,7 @@
 2002-12-13  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/trio/Makefile.am (libtrio_la_LIBADD): Add -lm for pow().
+
        * tests/string-test.c: Add a test for positional parameters in
        g_snprintf().
 
index 8fdb5c4..251207a 100644 (file)
@@ -1,5 +1,7 @@
 2002-12-13  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/trio/Makefile.am (libtrio_la_LIBADD): Add -lm for pow().
+
        * tests/string-test.c: Add a test for positional parameters in
        g_snprintf().
 
index 29c6980..d098dd1 100644 (file)
@@ -2,6 +2,8 @@
 
 noinst_LTLIBRARIES = libtrio.la
 
+libtrio_la_LIBADD = -lm
+
 libtrio_la_SOURCES =   \
        trio.c          \
        trionan.c       \
@@ -15,3 +17,11 @@ libtrio_la_SOURCES =         \
 INCLUDES = -DTRIO_EXTENSION=0
 
 EXTRA_DIST = README
+
+
+
+
+
+
+
+