dbus/glib Makefile.am,1.13,1.14
John Palmieri
johnp at freedesktop.org
Mon Mar 7 13:10:48 PST 2005
Update of /cvs/dbus/dbus/glib
In directory gabe:/tmp/cvs-serv1700/glib
Modified Files:
Makefile.am
Log Message:
* NEWS: Update for 0.31
* configure.in: Release 0.31
add LT_CURRENT, LT_REVISION, LT_AGE for easy soname bumping
* qt/Makefile.am: fixed build
* dbus/Makefile.am: soname bump for libdbus
* glib/Makefile.am: soname bump for libdbus-glib
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/glib/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile.am 24 Feb 2005 22:01:34 -0000 1.13
+++ Makefile.am 7 Mar 2005 21:10:46 -0000 1.14
@@ -21,7 +21,7 @@
libdbus_glib_1_la_LIBADD= $(DBUS_GLIB_LIBS) $(top_builddir)/dbus/libdbus-1.la
## don't export symbols that start with "_" (we use this
## convention for internal symbols)
-libdbus_glib_1_la_LDFLAGS= -export-symbols-regex "^[^_].*"
+libdbus_glib_1_la_LDFLAGS= -export-symbols-regex "^[^_].*" -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
# convenience lib used here and by dbus-viewer
noinst_LTLIBRARIES=libdbus-gtool.la
More information about the dbus-commit
mailing list