X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-compat-howl%2FMakefile.am;h=398f02950416919532479cbeea3969d5b0786be6;hb=feae35a24a8d234ae5a4eb629cd09c905f74dc04;hp=123cdd726be2c92512523e84a0f0182cdc3744ed;hpb=709a2ef026cab9424737fa37c40af52da60be59d;p=catta diff --git a/avahi-compat-howl/Makefile.am b/avahi-compat-howl/Makefile.am index 123cdd7..398f029 100644 --- a/avahi-compat-howl/Makefile.am +++ b/avahi-compat-howl/Makefile.am @@ -49,22 +49,33 @@ avahi_compat_howl_HEADERS = \ lib_LTLIBRARIES = libavahi-compat-howl.la -#noinst_PROGRAMS = txt-test +noinst_PROGRAMS = address-test text-test libavahi_compat_howl_la_SOURCES = \ $(avahi_compat_howl_HEADERS) \ warn.c warn.h \ - unsupported.c + unsupported.c \ + address.c \ + text.c 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 -#txt_test_SOURCES = \ -# dns_sd.h \ -# txt.c \ -# txt-test.c \ -# warn.c warn.h -#txt_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -#txt_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la +address_test_SOURCES = \ + $(avahi_compat_howl_HEADERS) \ + address.c \ + address-test.c \ + warn.c warn.h +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