summaryrefslogtreecommitdiffstats
path: root/avahi-client/Makefile.am
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-08-23 19:31:53 +0000
committerTrent Lloyd <lathiat@bur.st>2005-08-23 19:31:53 +0000
commita417c80df67fd640a6f66fc4ef08c7f7ddc4bccd (patch)
treeda080a14abe966315007c054166e246de0f71cc7 /avahi-client/Makefile.am
parente5496ed08b66b68c487bce6dbf06504d2d1f42cd (diff)
* Merge changes from trunk into netlink-abstraction
git-svn-id: file:///home/lennart/svn/public/avahi/branches/netlink-abstraction@428 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-client/Makefile.am')
-rw-r--r--avahi-client/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-client/Makefile.am b/avahi-client/Makefile.am
index 1229862..cdc4442 100644
--- a/avahi-client/Makefile.am
+++ b/avahi-client/Makefile.am
@@ -41,7 +41,7 @@ libavahi_client_la_SOURCES = \
libavahi_client_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)
libavahi_client_la_LIBADD = $(AM_LDADD) $(DBUS_LIBS) ../avahi-common/libavahi-common.la ../avahi-common/libdbus-common-pic.la
-libavahi_client_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info 0:0:0
+libavahi_client_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info 1:0:1
client_test_SOURCES = client-test.c
client_test_CFLAGS = $(AM_CFLAGS)