summaryrefslogtreecommitdiff
path: root/other/bootstrap_serverdaemon/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'other/bootstrap_serverdaemon/Makefile.inc')
-rw-r--r--other/bootstrap_serverdaemon/Makefile.inc27
1 files changed, 27 insertions, 0 deletions
diff --git a/other/bootstrap_serverdaemon/Makefile.inc b/other/bootstrap_serverdaemon/Makefile.inc
new file mode 100644
index 00000000..a04475c5
--- /dev/null
+++ b/other/bootstrap_serverdaemon/Makefile.inc
@@ -0,0 +1,27 @@
1if BUILD_DHT_BOOTSTRAP_DAEMON
2
3noinst_PROGRAMS += DHT_bootstrap_daemon
4
5DHT_bootstrap_daemon_SOURCES = \
6 $(top_srcdir)/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
7
8DHT_bootstrap_daemon_CFLAGS = \
9 -I$(top_srcdir)/other/bootstrap_serverdaemon \
10 $(LIBSODIUM_CFLAGS) \
11 $(LIBCONFIG_CFLAGS)
12
13DHT_bootstrap_daemon_LDADD = \
14 $(LIBSODIUM_LDFLAGS) \
15 libtoxcore.la \
16 $(LIBCONFIG_LIBS) \
17 $(LIBSODIUM_LIBS)
18
19endif
20
21EXTRA_DIST += \
22 $(top_srcdir)/other/bootstrap_serverdaemon/server.cfg \
23 $(top_srcdir)/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.sh \
24 $(top_srcdir)/other/bootstrap_serverdaemon/cmake/Modules \
25 $(top_srcdir)/other/bootstrap_serverdaemon/cmake/Modules/FindLibConfig.cmake \
26 $(top_srcdir)/other/bootstrap_serverdaemon/cmake/Modules/FindLibConfig.cmake \
27 $(top_srcdir)/other/bootstrap_serverdaemon/CMakeLists.txt