summaryrefslogtreecommitdiff
path: root/other/Makefile.inc
blob: 10ef55a32b3804f5e9de39dfa58177177071b115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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/DHTservers \
                        $(top_srcdir)/other/tox.png