diff options
author | Trent Lloyd <lathiat@bur.st> | 2005-08-23 11:28:40 +0000 |
---|---|---|
committer | Trent Lloyd <lathiat@bur.st> | 2005-08-23 11:28:40 +0000 |
commit | 6580b8389158f1bb43771f118583c48b1e2035e1 (patch) | |
tree | b48812ae3ba88bf6cf5edff3631c5afbc42730e3 /avahi-utils | |
parent | 386c9428d669750dfa4a69005b0cb66f8dcd28ba (diff) |
* New gentoo init scripts from Sven Wegener
* Fix creation of /avahi when compiling without python (thanks Sven Wegener for that too)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@413 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-utils')
-rw-r--r-- | avahi-utils/avahi/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-utils/avahi/Makefile.am b/avahi-utils/avahi/Makefile.am index 5ea7a6a..68c7147 100644 --- a/avahi-utils/avahi/Makefile.am +++ b/avahi-utils/avahi/Makefile.am @@ -17,9 +17,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. +if HAVE_PYTHON avahidir = $(pythondir)/avahi -if HAVE_PYTHON avahi_PYTHON = __init__.py SimpleGladeApp.py endif |