summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/Makefile.inc
diff options
context:
space:
mode:
authorirungentoo <irungentoo@tox.im>2014-02-22 17:52:26 -0500
committerirungentoo <irungentoo@tox.im>2014-02-22 17:52:26 -0500
commitf219fb4ac1bf60eea3117df4aa8615cd07738a69 (patch)
tree4268ae9377593d8632efbbe57bb4680744014f2a /other/bootstrap_daemon/Makefile.inc
parent388b1229b97f06ebfad1bb839a06bbeefe8cc2d1 (diff)
parent5a142bb697651693e4ce7654d2f74e688aab8894 (diff)
Merge pull request #760 from nurupo/server-to-node
Renamed dht server to dht node
Diffstat (limited to 'other/bootstrap_daemon/Makefile.inc')
-rw-r--r--other/bootstrap_daemon/Makefile.inc27
1 files changed, 27 insertions, 0 deletions
diff --git a/other/bootstrap_daemon/Makefile.inc b/other/bootstrap_daemon/Makefile.inc
new file mode 100644
index 00000000..b75d935f
--- /dev/null
+++ b/other/bootstrap_daemon/Makefile.inc
@@ -0,0 +1,27 @@
1if BUILD_DHT_BOOTSTRAP_DAEMON
2
3noinst_PROGRAMS += tox_bootstrap_daemon
4
5tox_bootstrap_daemon_SOURCES = \
6 ../other/bootstrap_daemon/tox_bootstrap_daemon.c
7
8tox_bootstrap_daemon_CFLAGS = \
9 -I$(top_srcdir)/other/bootstrap_daemon \
10 $(LIBSODIUM_CFLAGS) \
11 $(NACL_CFLAGS) \
12 $(LIBCONFIG_CFLAGS)
13
14tox_bootstrap_daemon_LDADD = \
15 $(LIBSODIUM_LDFLAGS) \
16 $(NACL_LDFLAGS) \
17 libtoxcore.la \
18 $(LIBCONFIG_LIBS) \
19 $(LIBSODIUM_LIBS) \
20 $(NACL_LIBS)
21
22endif
23
24EXTRA_DIST += \
25 $(top_srcdir)/other/bootstrap_daemon/conf \
26 $(top_srcdir)/other/bootstrap_daemon/tox_bootstrap_daemon.sh
27 \ No newline at end of file