Squashed 'external/toxcore/c-toxcore/' content from commit 67badf69
git-subtree-dir: external/toxcore/c-toxcore git-subtree-split: 67badf69416a74e74f6d7eb51dd96f37282b8455
This commit is contained in:
27
other/Makefile.inc
Normal file
27
other/Makefile.inc
Normal file
@ -0,0 +1,27 @@
|
||||
if BUILD_DHT_BOOTSTRAP
|
||||
|
||||
bin_PROGRAMS += DHT_bootstrap
|
||||
|
||||
DHT_bootstrap_SOURCES = ../other/DHT_bootstrap.c \
|
||||
../toxcore/DHT.h \
|
||||
../toxcore/friend_requests.h \
|
||||
../other/bootstrap_node_packets.h \
|
||||
../other/bootstrap_node_packets.c
|
||||
|
||||
DHT_bootstrap_CFLAGS = -I$(top_srcdir)/other \
|
||||
$(LIBSODIUM_CFLAGS) \
|
||||
$(NACL_CFLAGS)
|
||||
|
||||
DHT_bootstrap_LDADD = $(LIBSODIUM_LDFLAGS) \
|
||||
$(NACL_LDFLAGS) \
|
||||
libmisc_tools.la \
|
||||
libtoxcore.la \
|
||||
$(LIBSODIUM_LIBS) \
|
||||
$(NACL_OBJECTS) \
|
||||
$(NACL_LIBS) \
|
||||
$(WINSOCK2_LIBS)
|
||||
|
||||
endif
|
||||
|
||||
EXTRA_DIST += $(top_srcdir)/other/DHTnodes \
|
||||
$(top_srcdir)/other/tox.png
|
Reference in New Issue
Block a user