]> git.meshlink.io Git - catta/commitdiff
Use nodist for scripts that are created at build time, else it may happen that
authorLennart Poettering <lennart@poettering.net>
Sat, 21 Apr 2007 18:48:27 +0000 (18:48 +0000)
committerLennart Poettering <lennart@poettering.net>
Sat, 21 Apr 2007 18:48:27 +0000 (18:48 +0000)
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

avahi-autoipd/Makefile.am
avahi-python/avahi/Makefile.am

index eb6c3f8b4b9eb1590ca763a5c56f53c85d0ad614..2f99592ae36e9fe045af90cae1432f3dcb46b82b 100644 (file)
@@ -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
index 5582d5106de4b5951569b864a7701347eb379f13..c974171980beb57b123ee019253383fe10283b4d 100644 (file)
@@ -25,7 +25,7 @@ avahidir = $(pythondir)/avahi
 
 
 if HAVE_GDBM
-avahi_SCRIPTS = ServiceTypeDatabase.py
+nodist_avahi_SCRIPTS = ServiceTypeDatabase.py
 
 ServiceTypeDatabase.py: ServiceTypeDatabase.py.in
        sed -e 's,@PYTHON\@,$(PYTHON),g' \
@@ -38,7 +38,7 @@ ServiceTypeDatabase.py: ServiceTypeDatabase.py.in
 endif
 
 if HAVE_DBM
-avahi_SCRIPTS = ServiceTypeDatabase.py
+nodist_avahi_SCRIPTS = ServiceTypeDatabase.py
 
 ServiceTypeDatabase.py: ServiceTypeDatabase.py.in
        sed -e 's,@PYTHON\@,$(PYTHON),g' \
@@ -62,5 +62,3 @@ endif
 endif
 
 CLEANFILES=*.pyc *.pyo ServiceTypeDatabase.py
-
-