summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabrice Bellet <fabrice@bellet.info>2017-11-23 18:31:31 +0100
committerOlivier CrĂȘte <olivier.crete@collabora.com>2017-11-27 15:27:13 -0500
commitc63349894b3fe974494453a883dfb5ad05df5a46 (patch)
tree66497c0d29fe00326906714b5c2f1307d9f485af
parent02216a6766caccb652387d5ee19686149eedbc93 (diff)
downloadlibnice-c63349894b3fe974494453a883dfb5ad05df5a46.tar.gz
Makefile: really enable debug for tests
Differential Revision: https://phabricator.freedesktop.org/D1888
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b623764..e94822d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -24,7 +24,7 @@ AM_CPPFLAGS = -DG_LOG_DOMAIN=\"libnice-tests\"
AM_TESTS_ENVIRONMENT = \
G_MESSAGES_DEBUG=all \
- NICE_DEBUG=all;
+ NICE_DEBUG=all
COMMON_LDADD = $(top_builddir)/agent/libagent.la $(top_builddir)/socket/libsocket.la $(GLIB_LIBS) $(GUPNP_LIBS)