comparison libpurple/Makefile.am @ 16679:07b5cf0a46e2

This should set libpurple-client's so version to be the same as libpurple's, which is what we want, I think.
author Richard Laager <rlaager@wiktel.com>
date Sun, 29 Apr 2007 23:23:17 +0000
parents 171acd9ebb1a
children 441945083737 ea82b9e581a8
comparison
equal deleted inserted replaced
16678:a081abf60514 16679:07b5cf0a46e2
171 # libpurple-client 171 # libpurple-client
172 172
173 libpurple_client_lib = libpurple-client.la 173 libpurple_client_lib = libpurple-client.la
174 174
175 libpurple_client_la_SOURCES = purple-client.c purple-client.h 175 libpurple_client_la_SOURCES = purple-client.c purple-client.h
176 176 libpurple_client_la_LDFLAGS = -version-info $(PURPLE_LT_VERSION_INFO) -no-undefined
177 libpurple_client_la_LIBADD = $(DBUS_LIBS) 177 libpurple_client_la_LIBADD = $(DBUS_LIBS)
178 178
179 purple-client-bindings.c: dbus-analyze-functions.py $(dbus_exported) 179 purple-client-bindings.c: dbus-analyze-functions.py $(dbus_exported)
180 cat $(dbus_build_exported) | $(PYTHON) $(srcdir)/dbus-analyze-functions.py --client > $@ 180 cat $(dbus_build_exported) | $(PYTHON) $(srcdir)/dbus-analyze-functions.py --client > $@
181 181