summaryrefslogtreecommitdiff
path: root/testing/Makefile.inc
diff options
context:
space:
mode:
authorBtbN <btbn@btbn.de>2013-10-07 01:58:57 +0200
committerBtbN <btbn@btbn.de>2013-10-07 02:01:16 +0200
commit8d40ddf41727a9022f32531c0a1cc85536db9836 (patch)
treed1c0089e3bbd6d103ca07ece70d9c17cbd7a39dd /testing/Makefile.inc
parent94691bfe0ed198b282a6cdf49ad8c718fd45afa1 (diff)
Some configuration/build fixes, so building basicaly everything else than the library can be disabled
Diffstat (limited to 'testing/Makefile.inc')
-rw-r--r--testing/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/Makefile.inc b/testing/Makefile.inc
index 65f9f64c..de3995be 100644
--- a/testing/Makefile.inc
+++ b/testing/Makefile.inc
@@ -19,6 +19,8 @@ nTox_LDADD = $(LIBSODIUM_LDFLAGS) \
19endif 19endif
20 20
21 21
22if BUILD_TESTING
23
22noinst_PROGRAMS += DHT_test \ 24noinst_PROGRAMS += DHT_test \
23 Lossless_UDP_testclient \ 25 Lossless_UDP_testclient \
24 Lossless_UDP_testserver \ 26 Lossless_UDP_testserver \
@@ -116,3 +118,5 @@ tox_sync_LDADD = \
116 $(WINSOCK2_LIBS) 118 $(WINSOCK2_LIBS)
117 119
118EXTRA_DIST += $(top_srcdir)/testing/misc_tools.c 120EXTRA_DIST += $(top_srcdir)/testing/misc_tools.c
121
122endif