mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Add -lm for pow().
* glib/trio/Makefile.am (libtrio_la_LIBADD): Add -lm for pow().
This commit is contained in:
parent
37e7e80e5b
commit
68468ee1f7
@ -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().
|
||||
|
||||
|
@ -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().
|
||||
|
||||
|
@ -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().
|
||||
|
||||
|
@ -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().
|
||||
|
||||
|
@ -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().
|
||||
|
||||
|
@ -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().
|
||||
|
||||
|
@ -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().
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user