diff options
Diffstat (limited to 'other/Makefile.inc')
-rw-r--r-- | other/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/other/Makefile.inc b/other/Makefile.inc index 7442fb39..2703f26a 100644 --- a/other/Makefile.inc +++ b/other/Makefile.inc | |||
@@ -1,8 +1,8 @@ | |||
1 | noinst_PROGRAMS += DHT_bootstrap | 1 | noinst_PROGRAMS += DHT_bootstrap |
2 | 2 | ||
3 | DHT_bootstrap_SOURCES = $(top_srcdir)/other/DHT_bootstrap.c \ | 3 | DHT_bootstrap_SOURCES = ../other/DHT_bootstrap.c \ |
4 | $(top_srcdir)/toxcore/DHT.h \ | 4 | ../toxcore/DHT.h \ |
5 | $(top_srcdir)/toxcore/friend_requests.h | 5 | ../toxcore/friend_requests.h |
6 | 6 | ||
7 | DHT_bootstrap_CFLAGS = -I$(top_srcdir)/other \ | 7 | DHT_bootstrap_CFLAGS = -I$(top_srcdir)/other \ |
8 | $(LIBSODIUM_CFLAGS) | 8 | $(LIBSODIUM_CFLAGS) |