summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2011-06-02 14:29:36 +0200
committerTomas Bzatek <tbzatek@redhat.com>2012-05-21 15:50:27 +0200
commitf0a6f759628067ab1982af1b46affd7682919be0 (patch)
tree5647509e8470b3dedef45a6dfa42c6b671d3d562
parent1d0e896009428154f8eb3998652a13f55b687e58 (diff)
downloadgvfs-f0a6f759628067ab1982af1b46affd7682919be0.tar.gz
gdbus: Clean autogenerated files on `make clean`
-rw-r--r--monitor/proxy/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/monitor/proxy/Makefile.am b/monitor/proxy/Makefile.am
index 4d477b3d..dc9019a5 100644
--- a/monitor/proxy/Makefile.am
+++ b/monitor/proxy/Makefile.am
@@ -80,3 +80,7 @@ install-data-local:
EXTRA_DIST = \
dbus-interfaces.xml \
$(NULL)
+
+CLEANFILES = \
+ $(dbus_built_sources) \
+ $(NULL)