diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-03-05 11:04:40 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-03-05 11:04:40 +0100 |
commit | f37ae8b0f302a089baae50b18195b03c2f789ea4 (patch) | |
tree | d760b055988f14a5d579162e6f105fa983eeb688 /avahi-python/avahi | |
parent | c90c318dbbfa73a00951cdf96c51d13d7b23c44a (diff) | |
parent | c3c0f3d47e49ab6814d4de3ee41a0c5caf0265b9 (diff) |
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/avahi
Diffstat (limited to 'avahi-python/avahi')
-rw-r--r-- | avahi-python/avahi/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/avahi-python/avahi/Makefile.am b/avahi-python/avahi/Makefile.am index 4a73022..c0c9c34 100644 --- a/avahi-python/avahi/Makefile.am +++ b/avahi-python/avahi/Makefile.am @@ -52,13 +52,11 @@ endif avahi_PYTHON = $(avahi_SCRIPTS) -if HAVE_PYGTK if HAVE_PYTHON_DBUS avahi_PYTHON += __init__.py endif endif -endif CLEANFILES=*.pyc *.pyo ServiceTypeDatabase.py |