summaryrefslogtreecommitdiffstats
path: root/avahi-utils/avahi/Makefile.am
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-08-28 22:26:57 +0000
committerTrent Lloyd <lathiat@bur.st>2005-08-28 22:26:57 +0000
commitcd0448bcaa75bba3d6f34ac29e0641fd71bedb2a (patch)
tree9b9ec96cd5229960ae6656791632b9734b1b9519 /avahi-utils/avahi/Makefile.am
parenta894718e8afddb9886d461e38ef69bb0070930ed (diff)
* Sneakily update tags/release-0.2 with a couple minor fixes.tags/release-0.2
git-svn-id: file:///home/lennart/svn/public/avahi/tags/release-0.2@486 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-utils/avahi/Makefile.am')
-rw-r--r--avahi-utils/avahi/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/avahi-utils/avahi/Makefile.am b/avahi-utils/avahi/Makefile.am
index c5a4be8..53e56a3 100644
--- a/avahi-utils/avahi/Makefile.am
+++ b/avahi-utils/avahi/Makefile.am
@@ -22,9 +22,8 @@ EXTRA_DIST = __init__.py SimpleGladeApp.py ServiceTypeDatabase.py.in
if HAVE_PYTHON
avahidir = $(pythondir)/avahi
-avahi_PYTHON = __init__.py SimpleGladeApp.py ServiceTypeDatabase.py
-
-BUILT_SOURCES = ServiceTypeDatabase.py
+avahi_PYTHON = __init__.py SimpleGladeApp.py
+avahi_SCRIPTS = ServiceTypeDatabase.py
ServiceTypeDatabase.py: ServiceTypeDatabase.py.in
sed -e 's,@PYTHON\@,$(PYTHON),g' \