diff options
Diffstat (limited to 'protocols/Tox/toxcore/other/Makefile.inc')
-rw-r--r-- | protocols/Tox/toxcore/other/Makefile.inc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/protocols/Tox/toxcore/other/Makefile.inc b/protocols/Tox/toxcore/other/Makefile.inc deleted file mode 100644 index 368a32f2d5..0000000000 --- a/protocols/Tox/toxcore/other/Makefile.inc +++ /dev/null @@ -1,20 +0,0 @@ -bin_PROGRAMS += DHT_bootstrap - -DHT_bootstrap_SOURCES = ../other/DHT_bootstrap.c \ - ../toxcore/DHT.h \ - ../toxcore/friend_requests.h - -DHT_bootstrap_CFLAGS = -I$(top_srcdir)/other \ - $(LIBSODIUM_CFLAGS) \ - $(NACL_CFLAGS) - -DHT_bootstrap_LDADD = $(LIBSODIUM_LDFLAGS) \ - $(NACL_LDFLAGS) \ - libtoxcore.la \ - $(LIBSODIUM_LIBS) \ - $(NACL_OBJECTS) \ - $(NACL_LIBS) \ - $(WINSOCK2_LIBS) - -EXTRA_DIST += $(top_srcdir)/other/DHTnodes \ - $(top_srcdir)/other/tox.png |