summaryrefslogtreecommitdiffstats
path: root/avahi-utils/avahi
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-30 18:15:47 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-30 18:15:47 +0000
commitbcdeedc94555d5dfb023b5935b003412f535248c (patch)
tree0ad9865e9cbf84ea3f2ed12a682a9bde124939cb /avahi-utils/avahi
parent3664c9f0cd50481ecff36b296065418df24620e1 (diff)
some more fixes for r504
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@508 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-utils/avahi')
-rw-r--r--avahi-utils/avahi/Makefile.am13
1 files changed, 10 insertions, 3 deletions
diff --git a/avahi-utils/avahi/Makefile.am b/avahi-utils/avahi/Makefile.am
index 53e56a3..6800634 100644
--- a/avahi-utils/avahi/Makefile.am
+++ b/avahi-utils/avahi/Makefile.am
@@ -20,18 +20,25 @@
EXTRA_DIST = __init__.py SimpleGladeApp.py ServiceTypeDatabase.py.in
if HAVE_PYTHON
+
avahidir = $(pythondir)/avahi
-avahi_PYTHON = __init__.py SimpleGladeApp.py
avahi_SCRIPTS = ServiceTypeDatabase.py
+if HAVE_PYTHON_DBUS
+if HAVE_PYGTK
+
+avahi_PYTHON = __init__.py SimpleGladeApp.py
+
ServiceTypeDatabase.py: ServiceTypeDatabase.py.in
sed -e 's,@PYTHON\@,$(PYTHON),g' \
-e 's,@pkgdatadir\@,$(pkgdatadir),g' $< > $@
chmod +x $@
-CLEANFILES=*.pyc *.pyo ServiceTypeDatabase.py
-
endif
+endif
+endif
+
+CLEANFILES=*.pyc *.pyo ServiceTypeDatabase.py