From edd44aec8a20f2653cfc6b4eb79cab0e0d39cc7c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 21 Apr 2007 18:48:27 +0000 Subject: 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 --- avahi-python/avahi/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'avahi-python') diff --git a/avahi-python/avahi/Makefile.am b/avahi-python/avahi/Makefile.am index 5582d51..c974171 100644 --- a/avahi-python/avahi/Makefile.am +++ b/avahi-python/avahi/Makefile.am @@ -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 - - -- cgit