summaryrefslogtreecommitdiff
path: root/other/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'other/Makefile.inc')
-rw-r--r--other/Makefile.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/other/Makefile.inc b/other/Makefile.inc
new file mode 100644
index 00000000..4f195e63
--- /dev/null
+++ b/other/Makefile.inc
@@ -0,0 +1,20 @@
1noinst_PROGRAMS += DHT_bootstrap
2
3DHT_bootstrap_SOURCES = $(top_srcdir)/other/DHT_bootstrap.c \
4 $(top_srcdir)/toxcore/DHT.h \
5 $(top_srcdir)/toxcore/friend_requests.h \
6 $(top_srcdir)/testing/misc_tools.h \
7 $(top_srcdir)/testing/misc_tools.c
8
9DHT_bootstrap_CFLAGS = -I$(top_srcdir)/other \
10 $(LIBSODIUM_CFLAGS)
11
12DHT_bootstrap_LDADD = $(LIBSODIUM_LDFLAGS) \
13 libtoxcore.la \
14 $(LIBSODIUM_LIBS) \
15 $(WINSOCK2_LIBS)
16
17EXTRA_DIST += $(top_srcdir)/other/cmake/DHT_bootstrap.cmake \
18 $(top_srcdir)/other/CMakeLists.txt \
19 $(top_srcdir)/other/DHTservers \
20 $(top_srcdir)/other/tox.png