summaryrefslogtreecommitdiff
path: root/src/plugins/media-export/Makefile.am
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2010-10-15 16:19:21 +0300
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2010-10-15 16:19:21 +0300
commit62d960426ff98fa407a1b6d9946c921b3c9a9da9 (patch)
tree6cfa795ed016f4ed893df4325d84ac5bff3f761e /src/plugins/media-export/Makefile.am
parentc441f0cf43c92cfe89f7cf8fa0dbadaeee8ad951 (diff)
downloadrygel-62d960426ff98fa407a1b6d9946c921b3c9a9da9.tar.gz
build: Custom rule to remove .stamp files
Diffstat (limited to 'src/plugins/media-export/Makefile.am')
-rw-r--r--src/plugins/media-export/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/media-export/Makefile.am b/src/plugins/media-export/Makefile.am
index 05ff906a..bec6b8b6 100644
--- a/src/plugins/media-export/Makefile.am
+++ b/src/plugins/media-export/Makefile.am
@@ -64,3 +64,6 @@ librygel_media_export_la_LIBADD = $(LIBGUPNP_LIBS) \
librygel_media_export_la_LDFLAGS = -shared -fPIC -module -avoid-version
MAINTAINERCLEANFILES = Makefile.in
+
+vala-clean:
+ rm -f `find . -name "*.stamp"`