summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-11-19 17:31:58 +0000
committerLennart Poettering <lennart@poettering.net>2005-11-19 17:31:58 +0000
commit4a6758a7271b553165cf16b81784369cbf3d8302 (patch)
treef9a4bd60f3269b8ab082093eb575a4911568568e
parent70d4b1794c6adfab6456ff77aa97ed0d5bf2e286 (diff)
* build a libhowl.so which is essentially empty by pulls in libavahi-compat-howl.so
* distributors should use this to get full ABI compatibility with upstream HOWL git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1015 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-compat-howl/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/avahi-compat-howl/Makefile.am b/avahi-compat-howl/Makefile.am
index c558bd6..754ecd3 100644
--- a/avahi-compat-howl/Makefile.am
+++ b/avahi-compat-howl/Makefile.am
@@ -69,7 +69,7 @@ HOWLHEADERS = \
$(avahi_compat_howl_discovery_HEADERS) \
$(avahi_compat_howl_salt_HEADERS)
-lib_LTLIBRARIES = libavahi-compat-howl.la
+lib_LTLIBRARIES = libavahi-compat-howl.la libhowl.la
if ENABLE_TESTS
noinst_PROGRAMS = address-test text-test browse-domain-test
@@ -85,6 +85,10 @@ libavahi_compat_howl_la_SOURCES = \
libavahi_compat_howl_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I $(srcdir)/include
libavahi_compat_howl_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_COMPAT_HOWL_VERSION_INFO) $(PTHREAD_LIBS) ../avahi-common/libavahi-common.la ../avahi-client/libavahi-client.la
+libhowl_la_SOURCES =
+libhowl_la_CFLAGS = $(AM_CFLAGS)
+libhowl_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_COMPAT_HOWL_VERSION_INFO) libavahi-compat-howl.la
+
address_test_SOURCES = \
$(HOWLHEADERS) \
address.c \