X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-compat-libdns_sd%2FMakefile.am;h=f8221353e1473297e811f6d3774fc06f312f54ac;hb=5b67d0bbb21412bcdf7a271ddf34823f8776dc06;hp=fc1421bb7b1f89aef912c1aeeea44dd24637bb70;hpb=df28cc51c00a958d25f7ebd7b5b0d7fb9af0b8e1;p=catta diff --git a/avahi-compat-libdns_sd/Makefile.am b/avahi-compat-libdns_sd/Makefile.am index fc1421b..f822135 100644 --- a/avahi-compat-libdns_sd/Makefile.am +++ b/avahi-compat-libdns_sd/Makefile.am @@ -32,7 +32,7 @@ avahi_compat_libdns_sd_HEADERS = dns_sd.h lib_LTLIBRARIES = libdns_sd.la if ENABLE_TESTS -noinst_PROGRAMS = txt-test +noinst_PROGRAMS = txt-test null-test endif libdns_sd_la_SOURCES = \ @@ -52,6 +52,14 @@ txt_test_SOURCES = \ txt_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) txt_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la +null_test_SOURCES = \ + dns_sd.h \ + compat.c \ + null-test.c \ + warn.c warn.h +null_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) +null_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la ../avahi-client/libavahi-client.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