]> git.meshlink.io Git - catta/blobdiff - avahi-compat-howl/Makefile.am
Do not fail if address cannot be parsed - it is probably AVAHI_LOOKUP_NO_ADDRESS...
[catta] / avahi-compat-howl / Makefile.am
index 8d0f1dd46ea267ed385aa066ad39ca327cec7c6b..398f02950416919532479cbeea3969d5b0786be6 100644 (file)
@@ -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