summaryrefslogtreecommitdiff
path: root/other/Makefile.inc
diff options
context:
space:
mode:
authorAnony Moose <noMail@nomail.su>2013-08-29 22:54:54 +0000
committerAnony Moose <noMail@nomail.su>2013-08-29 22:54:54 +0000
commiteb33796e58cfca4fa26b459ad5a9d013f1df4c42 (patch)
tree6c7fd1cb36376580d667719b12e85634590cd54b /other/Makefile.inc
parent31354d80d40270ee415b84e312f91b47bf104afe (diff)
Moved misc_tools from testing to toxcore.
Diffstat (limited to 'other/Makefile.inc')
-rw-r--r--other/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/other/Makefile.inc b/other/Makefile.inc
index 10ef55a3..c737b642 100644
--- a/other/Makefile.inc
+++ b/other/Makefile.inc
@@ -3,8 +3,7 @@ noinst_PROGRAMS += DHT_bootstrap
3DHT_bootstrap_SOURCES = $(top_srcdir)/other/DHT_bootstrap.c \ 3DHT_bootstrap_SOURCES = $(top_srcdir)/other/DHT_bootstrap.c \
4 $(top_srcdir)/toxcore/DHT.h \ 4 $(top_srcdir)/toxcore/DHT.h \
5 $(top_srcdir)/toxcore/friend_requests.h \ 5 $(top_srcdir)/toxcore/friend_requests.h \
6 $(top_srcdir)/testing/misc_tools.h \ 6 $(top_srcdir)/toxcore/misc_tools.h
7 $(top_srcdir)/testing/misc_tools.c
8 7
9DHT_bootstrap_CFLAGS = -I$(top_srcdir)/other \ 8DHT_bootstrap_CFLAGS = -I$(top_srcdir)/other \
10 $(LIBSODIUM_CFLAGS) 9 $(LIBSODIUM_CFLAGS)