]> git.meshlink.io Git - catta/commitdiff
* Patch by Ross Burton to make building the ServiceTypeDatabase work when PYGTK...
authorTrent Lloyd <lathiat@bur.st>
Tue, 6 Sep 2005 11:23:21 +0000 (11:23 +0000)
committerTrent Lloyd <lathiat@bur.st>
Tue, 6 Sep 2005 11:23:21 +0000 (11:23 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@518 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-utils/avahi/Makefile.am

index 68006345f4065b9eeebdd6b53c0de752714ab045..b1ebe22a69567a10eae8cab2019ae483c7f05c15 100644 (file)
@@ -25,16 +25,16 @@ avahidir = $(pythondir)/avahi
 
 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 $@
 
+if HAVE_PYGTK
+if HAVE_PYTHON_DBUS
+
+avahi_PYTHON = __init__.py SimpleGladeApp.py 
+
 endif
 endif
 endif