summaryrefslogtreecommitdiff
path: root/other/bootstrap_serverdaemon/Makefile.inc
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-09-06 14:09:47 -0700
committerirungentoo <irungentoo@gmail.com>2013-09-06 14:09:47 -0700
commit4444494b65265ea74aec9361c4f188f7a3b87f32 (patch)
tree8732ff254fa4fa157e1752e3ec1f6a0dfb01b251 /other/bootstrap_serverdaemon/Makefile.inc
parent64570a1b12d308449aa0d688f7f513847d1dc0f7 (diff)
parente092eee869ee4bb78974985321b55a3235c32b4d (diff)
Merge pull request #562 from jin-eld/nacl
Allow to build vs nacl instead of libsodium
Diffstat (limited to 'other/bootstrap_serverdaemon/Makefile.inc')
-rw-r--r--other/bootstrap_serverdaemon/Makefile.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/other/bootstrap_serverdaemon/Makefile.inc b/other/bootstrap_serverdaemon/Makefile.inc
index 2eaf7b9c..73b078c3 100644
--- a/other/bootstrap_serverdaemon/Makefile.inc
+++ b/other/bootstrap_serverdaemon/Makefile.inc
@@ -8,13 +8,16 @@ DHT_bootstrap_daemon_SOURCES = \
8DHT_bootstrap_daemon_CFLAGS = \ 8DHT_bootstrap_daemon_CFLAGS = \
9 -I$(top_srcdir)/other/bootstrap_serverdaemon \ 9 -I$(top_srcdir)/other/bootstrap_serverdaemon \
10 $(LIBSODIUM_CFLAGS) \ 10 $(LIBSODIUM_CFLAGS) \
11 $(NACL_CFLAGS) \
11 $(LIBCONFIG_CFLAGS) 12 $(LIBCONFIG_CFLAGS)
12 13
13DHT_bootstrap_daemon_LDADD = \ 14DHT_bootstrap_daemon_LDADD = \
14 $(LIBSODIUM_LDFLAGS) \ 15 $(LIBSODIUM_LDFLAGS) \
16 $(NACL_LDFLAGS) \
15 libtoxcore.la \ 17 libtoxcore.la \
16 $(LIBCONFIG_LIBS) \ 18 $(LIBCONFIG_LIBS) \
17 $(LIBSODIUM_LIBS) 19 $(LIBSODIUM_LIBS) \
20 $(NACL_LIBS)
18 21
19endif 22endif
20 23