From 8f0bef5f20e5f9518889010387edce4d3af9b3dc Mon Sep 17 00:00:00 2001 From: irungentoo Date: Fri, 30 Aug 2013 08:16:34 -0400 Subject: Fixed warnings and moved hex_string_to_bin to testing/ --- other/Makefile.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'other/Makefile.inc') 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 DHT_bootstrap_SOURCES = $(top_srcdir)/other/DHT_bootstrap.c \ $(top_srcdir)/toxcore/DHT.h \ - $(top_srcdir)/toxcore/friend_requests.h \ - $(top_srcdir)/toxcore/misc_tools.h + $(top_srcdir)/toxcore/friend_requests.h DHT_bootstrap_CFLAGS = -I$(top_srcdir)/other \ $(LIBSODIUM_CFLAGS) -- cgit v1.2.3