diff options
| author | Lennart Poettering <lennart@poettering.net> | 2006-08-21 14:43:05 +0000 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2006-08-21 14:43:05 +0000 | 
| commit | d1d20bb7d1a2ea19e1f62db47ec73baf8300efb8 (patch) | |
| tree | 72e351b918b5f0a8d729598fc5f9478b3138577c | |
| parent | dc8c605b464a608ec330313c3c0812975069474c (diff) | |
fix build if avahi is built without gtk but with python support (closes #54)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1247 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
| -rw-r--r-- | avahi-discover-standalone/Makefile.am | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/avahi-discover-standalone/Makefile.am b/avahi-discover-standalone/Makefile.am index bbf1895..e20797b 100644 --- a/avahi-discover-standalone/Makefile.am +++ b/avahi-discover-standalone/Makefile.am @@ -48,14 +48,12 @@ interfaces_DATA = $(interfaces)  else  -if HAVE_PYTHON  -if HAVE_DBUS +if HAVE_PYTHON_DBUS  interfaces_DATA = $(interfaces)  endif  endif -endif  EXTRA_DIST = \  	$(interfaces) \  | 
