[gupnp-vala] Drop deprecated --thread argument



commit 9e196bd83c61d14dbb7cb426c137a0a7fd279fab
Author: Jens Georg <mail jensge org>
Date:   Sat Aug 18 16:12:19 2012 +0200

    Drop deprecated --thread argument

 tests/Makefile.am |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 15ce8d3..9251f72 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -16,7 +16,7 @@ all-tests: $(GSSDP_TESTS) $(GUPNP_TESTS) $(GUPNP_AV_TESTS)
 
 test-publisher: test-publisher.vala
 	$(QUIET_VALAC)$(VALAC) \
-		--quiet --thread \
+		--quiet \
 		--vapidir=$(top_srcdir) \
 		--vapidir= VAPIDIR@ \
 		--pkg=gssdp-1.0 \
@@ -24,7 +24,7 @@ test-publisher: test-publisher.vala
 
 test-browser: test-browser.vala
 	$(QUIET_VALAC)$(VALAC) \
-		--quiet --thread \
+		--quiet \
 		--vapidir=$(top_srcdir) \
 		--vapidir= VAPIDIR@ \
 		--pkg=gssdp-1.0 \
@@ -32,7 +32,7 @@ test-browser: test-browser.vala
 
 server-test: server-test.vala
 	$(QUIET_VALAC)$(VALAC) \
-		--quiet --thread \
+		--quiet \
 		--vapidir=$(top_srcdir) \
 		--vapidir= VAPIDIR@ \
 		--pkg=gupnp-1.0 \
@@ -40,7 +40,7 @@ server-test: server-test.vala
 
 proxy-test: proxy-test.vala
 	$(QUIET_VALAC)$(VALAC) \
-		--quiet --thread \
+		--quiet \
 		--vapidir=$(top_srcdir) \
 		--vapidir= VAPIDIR@ \
 		--pkg=gupnp-1.0 \
@@ -48,7 +48,7 @@ proxy-test: proxy-test.vala
 
 browsing-test: browsing-test.vala
 	$(QUIET_VALAC)$(VALAC) \
-		--quiet --thread \
+		--quiet \
 		--vapidir=$(top_srcdir) \
 		--vapidir= VAPIDIR@ \
 		--pkg=gupnp-1.0 \
@@ -56,7 +56,7 @@ browsing-test: browsing-test.vala
 
 introspection-test: introspection-test.vala
 	$(QUIET_VALAC)$(VALAC) \
-		--quiet --thread \
+		--quiet \
 		--vapidir=$(top_srcdir) \
 		--vapidir= VAPIDIR@ \
 		--pkg=gupnp-1.0 \
@@ -64,7 +64,7 @@ introspection-test: introspection-test.vala
 
 search-criteria-test: search-criteria-test.vala
 	$(QUIET_VALAC)$(VALAC) \
-		--quiet --thread \
+		--quiet \
 		--vapidir=$(top_srcdir) \
 		--vapidir= VAPIDIR@ \
 		--pkg=gupnp-av-1.0 \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]