summaryrefslogtreecommitdiff
path: root/other/Makefile.inc
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-30 08:16:34 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-30 08:16:34 -0400
commit8f0bef5f20e5f9518889010387edce4d3af9b3dc (patch)
tree87e8f2e3d9fbdd223def556698ef9952b8620ce3 /other/Makefile.inc
parent7441a234b7f6dae025819bc2717026d6462e151a (diff)
Fixed warnings and moved hex_string_to_bin to testing/
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 c737b642..7442fb39 100644
--- a/other/Makefile.inc
+++ b/other/Makefile.inc
@@ -2,8 +2,7 @@ noinst_PROGRAMS += DHT_bootstrap
2 2
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)/toxcore/misc_tools.h
7 6
8DHT_bootstrap_CFLAGS = -I$(top_srcdir)/other \ 7DHT_bootstrap_CFLAGS = -I$(top_srcdir)/other \
9 $(LIBSODIUM_CFLAGS) 8 $(LIBSODIUM_CFLAGS)