diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-12-20 14:31:01 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-12-20 14:31:01 +0000 |
commit | ce340d1b33ba230fa27f7303d541729d44b6c5ef (patch) | |
tree | f2e6e636ee5c229e038fbb5bcb5777932ae6de41 /modules/other | |
parent | b98f1b151c638528f059ac65ba348c4565ab2a11 (diff) | |
download | gtk+-ce340d1b33ba230fa27f7303d541729d44b6c5ef.tar.gz |
Keep the same libtool version as the standalone libgail-util had. Bug #504643.
svn path=/trunk/; revision=19210
Diffstat (limited to 'modules/other')
-rw-r--r-- | modules/other/gail/libgail-util/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/other/gail/libgail-util/Makefile.am b/modules/other/gail/libgail-util/Makefile.am index 428ac9e3a0..7141713d69 100644 --- a/modules/other/gail/libgail-util/Makefile.am +++ b/modules/other/gail/libgail-util/Makefile.am @@ -62,13 +62,13 @@ libgailutil_la_LIBADD = \ $(GTK_DEP_LIBS) libgailutil_la_LDFLAGS = \ - -version-info $(LT_VERSION_INFO) \ + -version-info $(GAIL_LT_VERSION_INFO) \ $(no_undefined) \ $(export_symbols) \ $(LDFLAGS) gailutil.lib: libgailutil.la gailutil.def - lib -name:libgailutil-@LT_CURRENT_MINUS_AGE@.dll -def:gailutil.def -out:$@ + lib -name:libgailutil-$(GAIL_LT_CURRENT_MINUS_AGE).dll -def:gailutil.def -out:$@ install-data-local: install-ms-lib install-libtool-import-lib |