summaryrefslogtreecommitdiffstats
path: root/avahi-python
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-12-12 22:10:47 +0100
committerLennart Poettering <lennart@poettering.net>2008-12-12 22:10:47 +0100
commit25026cec9f1910c437b2a0a22c0f100bfb021ef0 (patch)
tree3d97da2202e869fdb310b189c6b27023510d08e8 /avahi-python
parent80f53bd46d7416929676afee9ec20bfb436ee154 (diff)
make make distclean pass
Diffstat (limited to 'avahi-python')
-rw-r--r--avahi-python/avahi-discover/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/avahi-python/avahi-discover/Makefile.am b/avahi-python/avahi-discover/Makefile.am
index e9c5583..a44a071 100644
--- a/avahi-python/avahi-discover/Makefile.am
+++ b/avahi-python/avahi-discover/Makefile.am
@@ -64,7 +64,8 @@ avahi-discover: avahi-discover.in
chmod +x $@
bin_SCRIPTS = $(pythonscripts)
-CLEANFILES = $(pythonscripts) $(desktop_DATA) *.pyc *.pyo
+
+CLEANFILES = $(pythonscripts) $(desktop_DATA) *.pyc *.pyo avahi-discover.desktop.in
endif
endif