summaryrefslogtreecommitdiff
path: root/other/Makefile.inc
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-07-16 22:46:02 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-07-21 20:44:26 +0000
commit7245ac11ef9be2420c8356c12acc79f93ea211bb (patch)
treee971c5c6e10c2310afe4b2cd80212feac9839f2a /other/Makefile.inc
parent7c2b95ef5e4ccdae01bd104aa7400294c9ea391b (diff)
Avoid implementations in .h files or #including .c files.
Also, avoid the need for putting `_XOPEN_SOURCE` in every test file.
Diffstat (limited to 'other/Makefile.inc')
-rw-r--r--other/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/Makefile.inc b/other/Makefile.inc
index 10cd48b4..6d4ec593 100644
--- a/other/Makefile.inc
+++ b/other/Makefile.inc
@@ -14,6 +14,7 @@ DHT_bootstrap_CFLAGS = -I$(top_srcdir)/other \
14 14
15DHT_bootstrap_LDADD = $(LIBSODIUM_LDFLAGS) \ 15DHT_bootstrap_LDADD = $(LIBSODIUM_LDFLAGS) \
16 $(NACL_LDFLAGS) \ 16 $(NACL_LDFLAGS) \
17 libmisc_tools.la \
17 libtoxcore.la \ 18 libtoxcore.la \
18 $(LIBSODIUM_LIBS) \ 19 $(LIBSODIUM_LIBS) \
19 $(NACL_OBJECTS) \ 20 $(NACL_OBJECTS) \