X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2FMakefile.am;h=6fe184ae0dac621358254851de1767add40ad25a;hb=5d67f2aefcdb84d2938fdc522d1f906ca6616e3d;hp=cd22097e27ca417556fdef3b61adefbb7f4896eb;hpb=f5a4db2039532ef93fbb3d98fa048be9d74a83fe;p=catta diff --git a/avahi-core/Makefile.am b/avahi-core/Makefile.am index cd22097..6fe184a 100644 --- a/avahi-core/Makefile.am +++ b/avahi-core/Makefile.am @@ -26,6 +26,15 @@ AM_LDADD=$(GLIB20_LIBS) # This cool debug trap works on i386/gcc only AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' +avahiincludedir=$(includedir)/avahi-core + +avahiinclude_HEADERS = \ + rr.h \ + address.h \ + strlst.h \ + core.h \ + alternative.h + lib_LTLIBRARIES = \ libavahi-core.la @@ -35,7 +44,8 @@ noinst_PROGRAMS = \ prioq-test \ strlst-test \ avahi-test \ - alternative-test + alternative-test \ + conformance-test libavahi_core_la_SOURCES = \ timeeventq.c timeeventq.h\ @@ -49,11 +59,20 @@ libavahi_core_la_SOURCES = \ rr.c rr.h \ dns.c dns.h \ socket.c socket.h \ - psched.c psched.h \ + response-sched.c response-sched.h \ + query-sched.c query-sched.h \ + probe-sched.c probe-sched.h \ announce.c announce.h \ - subscribe.c subscribe.h \ + browse.c browse.h \ strlst.c strlst.h \ - rrlist.c rrlist.h + rrlist.c rrlist.h \ + alternative.c alternative.h \ + resolve-host-name.c \ + resolve-address.c \ + browse-domain.c \ + browse-service-type.c \ + browse-service.c \ + resolve-service.c prioq_test_SOURCES = \ prioq-test.c \ @@ -85,16 +104,21 @@ dns_test_LDADD = $(AM_LDADD) avahi_test_SOURCES = \ avahi-test.c \ $(libavahi_core_la_SOURCES) - avahi_test_CFLAGS = $(AM_CFLAGS) avahi_test_LDADD = $(AM_LDADD) alternative_test_SOURCES = \ alternative-test.c \ - util.c util.h + alternative.c alternative.h alternative_test_CFLAGS = $(AM_CFLAGS) alternative_test_LDADD = $(AM_LDADD) +conformance_test_SOURCES = \ + conformance-test.c \ + $(libavahi_core_la_SOURCES) +conformance_test_CFLAGS = $(AM_CFLAGS) +conformance_test_LDADD = $(AM_LDADD) + valgrind: avahi-test libtool --mode=execute valgrind ./avahi-test