X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-autoipd%2FMakefile.am;h=eb6c3f8b4b9eb1590ca763a5c56f53c85d0ad614;hb=439372fb4361b45da1cb8a292f3f67187c7b79a5;hp=11e6493b17fc499260eee800aef56035c8cadb7c;hpb=e18bf1fbd6d05fccf0699616dd58de9a61ed4cea;p=catta diff --git a/avahi-autoipd/Makefile.am b/avahi-autoipd/Makefile.am index 11e6493..eb6c3f8 100644 --- a/avahi-autoipd/Makefile.am +++ b/avahi-autoipd/Makefile.am @@ -36,15 +36,30 @@ sbin_PROGRAMS = avahi-autoipd avahi_autoipd_SOURCES = \ main.c main.h \ ../avahi-daemon/setproctitle.c ../avahi-daemon/setproctitle.h \ - iface.h iface-linux.c \ + iface.h \ ../avahi-common/malloc.h ../avahi-common/malloc.c \ ../avahi-common/timeval.h ../avahi-common/timeval.c avahi_autoipd_CFLAGS = $(AM_CFLAGS) $(LIBDAEMON_CFLAGS) avahi_autoipd_LDADD = $(AM_LDADD) $(LIBDAEMON_LIBS) +if TARGET_FREEBSD +avahi_autoipd_SOURCES += iface-bsd.c +avahi_autoipd_LDADD += -lpcap +else +avahi_autoipd_SOURCES += iface-linux.c +endif + pkgsysconf_SCRIPTS=avahi-autoipd.action +if TARGET_FREEBSD +avahi-autoipd.action: avahi-autoipd.action.bsd + cp $< $@ +else +avahi-autoipd.action: avahi-autoipd.action.linux + cp $< $@ +endif + if TARGET_DEBIAN noinst_SCRIPTS = dhclient-enter-hook dhclient-exit-hook @@ -76,6 +91,6 @@ endif endif endif -EXTRA_DIST=avahi-autoipd.action dhclient-enter-hook.in dhclient-exit-hook.in +EXTRA_DIST=avahi-autoipd.action dhclient-enter-hook.in dhclient-exit-hook.in avahi-autoipd.action.linux avahi-autoipd.action.bsd -CLEANFILES=dhclient-enter-hook dhclient-exit-hook +CLEANFILES=dhclient-enter-hook dhclient-exit-hook avahi-autoipd.action