summaryrefslogtreecommitdiff
path: root/testing/Makefile.inc
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-01-20 14:22:34 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-01-20 19:05:53 +0000
commitd7583a719a73cf5ec75da7839b2fd2c11d676c45 (patch)
treec7dd6f9ba3e2e937dca98d4c9eb7ae30a0c68eb4 /testing/Makefile.inc
parentc5976e37eaadf663dc3d0c18376ea023355048f3 (diff)
Remove nTox from the repo.
It's a maintenance burden nobody uses. Let's make toxic the official console client, instead.
Diffstat (limited to 'testing/Makefile.inc')
-rw-r--r--testing/Makefile.inc22
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/Makefile.inc b/testing/Makefile.inc
index 8f24b44f..77f5f3a0 100644
--- a/testing/Makefile.inc
+++ b/testing/Makefile.inc
@@ -1,25 +1,3 @@
1if BUILD_NTOX
2
3bin_PROGRAMS += nTox
4
5nTox_SOURCES = ../testing/nTox.h \
6 ../testing/nTox.c
7
8nTox_CFLAGS = $(LIBSODIUM_CFLAGS) \
9 $(NACL_CFLAGS) \
10 $(NCURSES_CFLAGS)
11
12nTox_LDADD = $(LIBSODIUM_LDFLAGS) \
13 $(NAC_LDFLAGS) \
14 libtoxcore.la \
15 $(LIBSODIUM_LIBS) \
16 $(NACL_OBJECTS) \
17 $(NACL_LIBS) \
18 $(NCURSES_LIBS) \
19 $(WINSOCK2_LIBS)
20endif
21
22
23if BUILD_TESTING 1if BUILD_TESTING
24 2
25noinst_PROGRAMS += DHT_test \ 3noinst_PROGRAMS += DHT_test \