Add -lm for pow().

* glib/trio/Makefile.am (libtrio_la_LIBADD): Add -lm for pow().
This commit is contained in:
Matthias Clasen 2002-12-13 00:36:12 +00:00
parent 37e7e80e5b
commit 68468ee1f7
8 changed files with 24 additions and 0 deletions

View 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().

View 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().

View 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().

View 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().

View 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().

View 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().

View 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().

View 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