diff options
author | Tim Janik <timj@gtk.org> | 2000-06-24 22:32:05 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2000-06-24 22:32:05 +0000 |
commit | 100c9594d6005918249eb4fceb442ae406cb92a6 (patch) | |
tree | cf4bccf7eb047e544f3f2c1d16b815c6c703aac0 /gtk-config.in | |
parent | 3ef478ecd78cccf43e2078c5e168487912e065ad (diff) | |
download | gtk+-100c9594d6005918249eb4fceb442ae406cb92a6.tar.gz |
make the current version number 1.3.1 (binary age 0, interface age 0).
Fri Jun 23 17:54:23 2000 Tim Janik <timj@gtk.org>
* configure.in: make the current version number 1.3.1 (binary age 0,
interface age 0).
* gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
gtkcompat.h is all we want.
* gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
GLib primitive types. fixed g_type_register_fundamental() argument
ordering.
* gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
compiles.
* gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
object code cleanup, comment trigraph fixes, etc...
Diffstat (limited to 'gtk-config.in')
-rw-r--r-- | gtk-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-config.in b/gtk-config.in index ad8cc1434d..b186ea1e90 100644 --- a/gtk-config.in +++ b/gtk-config.in @@ -120,6 +120,6 @@ if test "$echo_libs" = "yes"; then fi done - echo $libdirs @more_ldflags@ -lgtk-$target -lgdk-$target $my_glib_libs @INTLLIBS@ @PANGO_LIBS@ @more_libs@ @GDK_WLIBS@ @MATH_LIB@ + echo $libdirs @more_ldflags@ -lgtk-$target -lgdk_pixbuf -lgdk-$target $my_glib_libs @INTLLIBS@ @PANGO_LIBS@ @more_libs@ @GDK_WLIBS@ @MATH_LIB@ fi |