summaryrefslogtreecommitdiff
path: root/gtk-config.in
diff options
context:
space:
mode:
authorCDT 1999 Shawn T. Amundson <amundson@gtk.org>1999-05-12 08:06:07 +0000
committerShawn Amundson <amundson@src.gnome.org>1999-05-12 08:06:07 +0000
commit45dc3bcf82734647e4e6de1ba01b67dfd02adda8 (patch)
tree8f8b47c989b55e3cfc9e486b1ae9f0570eb9843b /gtk-config.in
parentbf21aecc9144456aa66cb0ebadd974159c23cc9e (diff)
downloadgdk-pixbuf-45dc3bcf82734647e4e6de1ba01b67dfd02adda8.tar.gz
changes to compile nicely (with xlib) on BeOS
Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org> * configure.in gtk-config.in ltconfig ltmain.sh gtk/Makefile.am: changes to compile nicely (with xlib) on BeOS
Diffstat (limited to 'gtk-config.in')
-rw-r--r--gtk-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-config.in b/gtk-config.in
index 7783db73a..846f82678 100644
--- a/gtk-config.in
+++ b/gtk-config.in
@@ -115,6 +115,6 @@ if test "$echo_libs" = "yes"; then
fi
done
- echo $libdirs @x_ldflags@ -lgtk -lgdk $my_glib_libs @INTLLIBS@ @x_libs@ @GDK_WLIBS@ -lm
+ echo $libdirs @x_ldflags@ -lgtk -lgdk $my_glib_libs @INTLLIBS@ @x_libs@ @GDK_WLIBS@ @MATH_LIB@
fi