mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Keep the same libtool version as the standalone libgail-util had. Bug #504643.
svn path=/trunk/; revision=19210
This commit is contained in:
parent
b98f1b151c
commit
ce340d1b33
11
ChangeLog
11
ChangeLog
@ -1,10 +1,17 @@
|
||||
2007-12-20 Christian Persch <chpe@gnome.org>
|
||||
|
||||
* configure.in:
|
||||
* modules/other/gail/libgail-util/Makefile.am:
|
||||
Keep the same libtool version as the standalone libgail-util had.
|
||||
Bug #504643.
|
||||
|
||||
2007-12-20 15:30:09 Tim Janik <timj@imendio.com>
|
||||
|
||||
* Makefile.decl: generate HTML reports for test-report perf-report full-report.
|
||||
|
||||
2007-12-20 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/x11/gdkapplaunchcontext-x11.c:
|
||||
|
||||
* gdk/x11/gdkapplaunchcontext-x11.c:
|
||||
Update for gio API changes
|
||||
|
||||
2007-12-20 Richard Hult <richard@imendio.com>
|
||||
|
@ -93,6 +93,13 @@ LT_CURRENT_MINUS_AGE=m4_eval(lt_current - lt_age)
|
||||
AC_SUBST(LT_VERSION_INFO)
|
||||
AC_SUBST(LT_CURRENT_MINUS_AGE)
|
||||
|
||||
m4_define([gail_lt_current],[18])
|
||||
m4_define([gail_lt_revision],[1])
|
||||
m4_define([gail_lt_age],[0])
|
||||
m4_define([gail_lt_version_info],[gail_lt_current:gail_lt_revision:gail_lt_age])
|
||||
m4_define([gail_lt_current_minus_age],[m4_eval(gail_lt_current - gail_lt_age)])
|
||||
AC_SUBST([GAIL_LT_VERSION_INFO],[gail_lt_version_info])
|
||||
AC_SUBST([GAIL_LT_CURRENT_MINUS_AGE],[gail_lt_current_minus_age])
|
||||
|
||||
#
|
||||
# gdk-pixbuf gets versioned separately, and for now, using standard
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user