summaryrefslogtreecommitdiff
path: root/other/Makefile.inc
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-30 07:53:51 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-30 07:53:51 -0400
commit7441a234b7f6dae025819bc2717026d6462e151a (patch)
tree3b5f42b61e14b6f54687adaf182248337dc93638 /other/Makefile.inc
parentb37a016b6be8d6c43c368bb566c2c23962a6e571 (diff)
parenteb33796e58cfca4fa26b459ad5a9d013f1df4c42 (diff)
Merge branch 'udp_connections' of https://github.com/vx-k/ProjectTox-Core into vx-k-udp_connections
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)