summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-08-18 16:12:19 +0200
committerJens Georg <mail@jensge.org>2012-08-19 18:29:45 +0200
commit9e196bd83c61d14dbb7cb426c137a0a7fd279fab (patch)
tree14027cb9fcac0ad85f262a41dd56151169252086
parentd5b5f901ba9a55acef85b19c43cb2405fd8daea5 (diff)
downloadgupnp-vala-9e196bd83c61d14dbb7cb426c137a0a7fd279fab.tar.gz
Drop deprecated --thread argument
-rw-r--r--tests/Makefile.am14
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 \