From 0433169ea9c6906f31b1a78e9a118858dd776dad Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 13 Oct 2005 02:34:19 +0000 Subject: * implement HOWL TXT functions * return SW_E_NO_IMPL instead of SW_DISCOVERY_E_NOT_SUPPORTED in unsupported HOWL functions git-svn-id: file:///home/lennart/svn/public/avahi/trunk@754 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-compat-howl/Makefile.am | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'avahi-compat-howl/Makefile.am') diff --git a/avahi-compat-howl/Makefile.am b/avahi-compat-howl/Makefile.am index 8d0f1dd..398f029 100644 --- a/avahi-compat-howl/Makefile.am +++ b/avahi-compat-howl/Makefile.am @@ -49,7 +49,7 @@ avahi_compat_howl_HEADERS = \ lib_LTLIBRARIES = libavahi-compat-howl.la -noinst_PROGRAMS = address-test +noinst_PROGRAMS = address-test text-test libavahi_compat_howl_la_SOURCES = \ $(avahi_compat_howl_HEADERS) \ @@ -68,6 +68,15 @@ address_test_SOURCES = \ address_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I $(srcdir)/include address_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la +text_test_SOURCES = \ + $(avahi_compat_howl_HEADERS) \ + text.c \ + text-test.c \ + warn.c warn.h +text_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I $(srcdir)/include +text_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la + + # You can test the compatibility layer by sticking in mDNSResponder's # dns-sd.c source here, naming it "libdns_sd-test.c" and running "make # libdns_sd-test" manually. We do not distribute that file due to -- cgit