summaryrefslogtreecommitdiff
path: root/src/plugins/test/Makefile.am
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>2009-02-23 16:48:06 +0000
committerZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>2009-02-23 16:48:06 +0000
commit2e50082f0ed6f07608ee9f1bc8fdb9ae60799aa6 (patch)
tree9b93a172c65b988c7ddfda39d7be2a61bbec96b7 /src/plugins/test/Makefile.am
parent56c20e351dbdf947b02ea9d60fd772996f36c3d5 (diff)
downloadrygel-2e50082f0ed6f07608ee9f1bc8fdb9ae60799aa6.tar.gz
Don't use shave for now, lets get back to it in the next release.
This reverts commit 4f253364493e8feebed31c98026d2a7a7185917d. svn path=/trunk/; revision=641
Diffstat (limited to 'src/plugins/test/Makefile.am')
-rw-r--r--src/plugins/test/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/test/Makefile.am b/src/plugins/test/Makefile.am
index 08d099c9..93375bf7 100644
--- a/src/plugins/test/Makefile.am
+++ b/src/plugins/test/Makefile.am
@@ -1,7 +1,3 @@
-V = @
-Q = $(V:1=)
-QUIET_GEN = $(Q:@=@echo ' GEN '$@;)
-
plugindir = $(libdir)/rygel-1.0
plugin_LTLIBRARIES = librygel-test.la
@@ -47,7 +43,7 @@ librygel_test_la_SOURCES = rygel-test-content-dir.h \
rygel-test-plugin.vala
rygel-test.stamp: $(filter %.vala,$(librygel_test_la_SOURCES))
- $(QUIET_GEN) $(VALAC) -C --vapidir=$(top_srcdir)/src/rygel \
+ $(VALAC) -C --vapidir=$(top_srcdir)/src/rygel \
--pkg rygel-1.0 --pkg cstuff \
--pkg gupnp-1.0 --pkg gupnp-av-1.0 \
--pkg dbus-glib-1 --pkg gee-1.0 --pkg gstreamer-0.10 $^