summaryrefslogtreecommitdiff
path: root/gtk-config.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1998-09-17 15:40:22 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-09-17 15:40:22 +0000
commit486362db9f47af1f8ef61f4e171965e44c023ab7 (patch)
treee26b357df5fd21f82b61e32c80c2e95fd7bed481 /gtk-config.in
parentee1b96185ff884190a0e44564fb5b36d249ff271 (diff)
downloadgdk-pixbuf-486362db9f47af1f8ef61f4e171965e44c023ab7.tar.gz
Update to libtool-1.2b, change library versioning scheme to drop
Tue Sep 15 14:57:30 1998 Owen Taylor <otaylor@redhat.com> * Makefile.am gtk-config.in l*: Update to libtool-1.2b, change library versioning scheme to drop LT_RELEASE from the -l line, while keeping it in the soname. Tue Sep 15 14:10:33 1998 Owen Taylor <otaylor@redhat.com> * configure.in Makefile.in: define a MAINT-like variable REBUILD which is set if Perl and awk are found, and autogenerated sources can be rebuilt. Remove the auto-generated sources from CVS. Add dependencies so that the autogenerated sources are rebuilt if the files they depend on change. (This unfortunately currently results in the entire gtk/ directory being rebuilt when any header changes. Moving all enums to gtkenums.h would fix this.)
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 d20ac401b..234aa179a 100644
--- a/gtk-config.in
+++ b/gtk-config.in
@@ -64,7 +64,7 @@ while test $# -gt 0; do
fi
fi
done
- echo $libdirs @x_ldflags@ -lgtk-@LT_RELEASE@ -lgdk-@LT_RELEASE@ $my_glib_libs @x_libs@ -lm
+ echo $libdirs @x_ldflags@ -lgtk -lgdk $my_glib_libs @x_libs@ -lm
;;
*)
echo "${usage}" 1>&2