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 8fdb5c47f92bfbf60f9f25d82fa6288b1830c7e8..251207a46f134e77bff6ddedc0c6833c6f310855 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 8fdb5c47f92bfbf60f9f25d82fa6288b1830c7e8..251207a46f134e77bff6ddedc0c6833c6f310855 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 8fdb5c47f92bfbf60f9f25d82fa6288b1830c7e8..251207a46f134e77bff6ddedc0c6833c6f310855 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 8fdb5c47f92bfbf60f9f25d82fa6288b1830c7e8..251207a46f134e77bff6ddedc0c6833c6f310855 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 8fdb5c47f92bfbf60f9f25d82fa6288b1830c7e8..251207a46f134e77bff6ddedc0c6833c6f310855 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 8fdb5c47f92bfbf60f9f25d82fa6288b1830c7e8..251207a46f134e77bff6ddedc0c6833c6f310855 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 8fdb5c47f92bfbf60f9f25d82fa6288b1830c7e8..251207a46f134e77bff6ddedc0c6833c6f310855 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 29c69801dc7a9b80a484ff6e00af9086c9df6cc6..d098dd1f461b3089d6ed6bf9ff0b23ecf06371bb 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
+
+
+
+
+
+
+
+