# HG changeset patch # User Richard Laager # Date 1177888997 0 # Node ID 07b5cf0a46e220ebd042241782d0bd84c5257c0a # Parent a081abf60514af4a2406be66ae488f41d31f56dd This should set libpurple-client's so version to be the same as libpurple's, which is what we want, I think. diff -r a081abf60514 -r 07b5cf0a46e2 libpurple/Makefile.am --- a/libpurple/Makefile.am Sun Apr 29 23:01:43 2007 +0000 +++ b/libpurple/Makefile.am Sun Apr 29 23:23:17 2007 +0000 @@ -173,7 +173,7 @@ libpurple_client_lib = libpurple-client.la libpurple_client_la_SOURCES = purple-client.c purple-client.h - +libpurple_client_la_LDFLAGS = -version-info $(PURPLE_LT_VERSION_INFO) -no-undefined libpurple_client_la_LIBADD = $(DBUS_LIBS) purple-client-bindings.c: dbus-analyze-functions.py $(dbus_exported)