X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=inline;f=avahi-core%2FMakefile.am;h=95166157ede800f0755df3448ea6fb3577292218;hb=16d9e30dd7fa052bd7e6dd37927d7f27bec90ef1;hp=1a78368c2c5beecd1ed99bdf8761ec6d8cdf0b7f;hpb=a6442df016687a958b0871c5dc1dccedafafd6b4;p=catta diff --git a/avahi-core/Makefile.am b/avahi-core/Makefile.am index 1a78368..9516615 100644 --- a/avahi-core/Makefile.am +++ b/avahi-core/Makefile.am @@ -34,6 +34,7 @@ avahiinclude_HEADERS = \ lib_LTLIBRARIES = \ libavahi-core.la +if ENABLE_TESTS noinst_PROGRAMS = \ prioq-test \ avahi-test \ @@ -44,11 +45,12 @@ noinst_PROGRAMS = \ hashmap-test \ querier-test \ update-test +endif libavahi_core_la_SOURCES = \ timeeventq.c timeeventq.h\ iface.c iface.h \ - server.c server.h entry.c \ + server.c internal.h entry.c \ prioq.c prioq.h \ cache.c cache.h \ socket.c socket.h \ @@ -80,6 +82,11 @@ if HAVE_NETLINK libavahi_core_la_SOURCES += \ iface-linux.c iface-linux.h \ netlink.c netlink.h +else +if HAVE_PF_ROUTE +libavahi_core_la_SOURCES += \ + iface-pfroute.c iface-pfroute.h +endif endif libavahi_core_la_CFLAGS = $(AM_CFLAGS)