summaryrefslogtreecommitdiff
path: root/testing/Makefile.inc
diff options
context:
space:
mode:
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 fa1c1029..b0435a59 100644
--- a/testing/Makefile.inc
+++ b/testing/Makefile.inc
@@ -8,6 +8,10 @@ endif
8noinst_LTLIBRARIES += libmisc_tools.la 8noinst_LTLIBRARIES += libmisc_tools.la
9libmisc_tools_la_SOURCES = ../testing/misc_tools.c ../testing/misc_tools.h 9libmisc_tools_la_SOURCES = ../testing/misc_tools.c ../testing/misc_tools.h
10 10
11libmisc_tools_la_CFLAGS = $(LIBSODIUM_CFLAGS)
12
13libmisc_tools_la_LIBADD = $(LIBSODIUM_LDFLAGS)
14
11if BUILD_TESTING 15if BUILD_TESTING
12 16
13noinst_PROGRAMS += DHT_test \ 17noinst_PROGRAMS += DHT_test \