summaryrefslogtreecommitdiff
path: root/avahi-autoipd
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-04-21 18:48:27 +0000
committerLennart Poettering <lennart@poettering.net>2007-04-21 18:48:27 +0000
commitedd44aec8a20f2653cfc6b4eb79cab0e0d39cc7c (patch)
tree05d96856761a29eb6743ede18bc468d859622960 /avahi-autoipd
parent6e15310d600ef0ad7bc5c23a5d096f46cf716ccb (diff)
downloadavahi-edd44aec8a20f2653cfc6b4eb79cab0e0d39cc7c.tar.gz
Use nodist for scripts that are created at build time, else it may happen that
we bundle them and cause problems on the target systems. (Patch from Sven Wegener) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1451 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-autoipd')
-rw-r--r--avahi-autoipd/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/avahi-autoipd/Makefile.am b/avahi-autoipd/Makefile.am
index eb6c3f8..2f99592 100644
--- a/avahi-autoipd/Makefile.am
+++ b/avahi-autoipd/Makefile.am
@@ -50,7 +50,7 @@ else
avahi_autoipd_SOURCES += iface-linux.c
endif
-pkgsysconf_SCRIPTS=avahi-autoipd.action
+nodist_pkgsysconf_SCRIPTS = avahi-autoipd.action
if TARGET_FREEBSD
avahi-autoipd.action: avahi-autoipd.action.bsd
@@ -91,6 +91,6 @@ endif
endif
endif
-EXTRA_DIST=avahi-autoipd.action dhclient-enter-hook.in dhclient-exit-hook.in avahi-autoipd.action.linux avahi-autoipd.action.bsd
+EXTRA_DIST = dhclient-enter-hook.in dhclient-exit-hook.in avahi-autoipd.action.linux avahi-autoipd.action.bsd
-CLEANFILES=dhclient-enter-hook dhclient-exit-hook avahi-autoipd.action
+CLEANFILES = dhclient-enter-hook dhclient-exit-hook avahi-autoipd.action