X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2FMakefile.am;h=b62a4d54c763403c6006773a9d1baa82dc1923ce;hb=41f2725b37437a585ce285051bdae06f4919dc3b;hp=14b161a8309f09df7bd340a4a8b9e3e83337e2cf;hpb=1496b98f1bdf4e489fd3b16c6b113f9463a0a0bb;p=catta diff --git a/avahi-core/Makefile.am b/avahi-core/Makefile.am index 14b161a..b62a4d5 100644 --- a/avahi-core/Makefile.am +++ b/avahi-core/Makefile.am @@ -42,7 +42,8 @@ noinst_PROGRAMS = \ dns-test \ timeeventq-test \ hashmap-test \ - querier-test + querier-test \ + update-test libavahi_core_la_SOURCES = \ timeeventq.c timeeventq.h\ @@ -74,7 +75,7 @@ libavahi_core_la_SOURCES = \ wide-area.c wide-area.h \ multicast-lookup.c multicast-lookup.h \ querier.c querier.h - + if HAVE_NETLINK libavahi_core_la_SOURCES += \ iface-linux.c iface-linux.h \ @@ -96,6 +97,10 @@ avahi_test_SOURCES = \ avahi_test_CFLAGS = $(AM_CFLAGS) avahi_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la libavahi-core.la +update_test_SOURCES = \ + update-test.c +update_test_CFLAGS = $(AM_CFLAGS) +update_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la libavahi-core.la querier_test_SOURCES = \ querier-test.c