summaryrefslogtreecommitdiff
path: root/other/Makefile.inc
blob: 4f195e63acd7dad8d866eb4e6ebfa981d77d4647 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
noinst_PROGRAMS += DHT_bootstrap

DHT_bootstrap_SOURCES = $(top_srcdir)/other/DHT_bootstrap.c \
                        $(top_srcdir)/toxcore/DHT.h \
                        $(top_srcdir)/toxcore/friend_requests.h \
                        $(top_srcdir)/testing/misc_tools.h \
                        $(top_srcdir)/testing/misc_tools.c

DHT_bootstrap_CFLAGS = -I$(top_srcdir)/other \
                        $(LIBSODIUM_CFLAGS)

DHT_bootstrap_LDADD =   $(LIBSODIUM_LDFLAGS) \
                        libtoxcore.la \
                        $(LIBSODIUM_LIBS) \
                        $(WINSOCK2_LIBS)

EXTRA_DIST +=           $(top_srcdir)/other/cmake/DHT_bootstrap.cmake \
                        $(top_srcdir)/other/CMakeLists.txt \
                        $(top_srcdir)/other/DHTservers \
                        $(top_srcdir)/other/tox.png