From d7583a719a73cf5ec75da7839b2fd2c11d676c45 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 20 Jan 2018 14:22:34 +0000 Subject: Remove nTox from the repo. It's a maintenance burden nobody uses. Let's make toxic the official console client, instead. --- testing/Makefile.inc | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'testing/Makefile.inc') 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 @@ -if BUILD_NTOX - -bin_PROGRAMS += nTox - -nTox_SOURCES = ../testing/nTox.h \ - ../testing/nTox.c - -nTox_CFLAGS = $(LIBSODIUM_CFLAGS) \ - $(NACL_CFLAGS) \ - $(NCURSES_CFLAGS) - -nTox_LDADD = $(LIBSODIUM_LDFLAGS) \ - $(NAC_LDFLAGS) \ - libtoxcore.la \ - $(LIBSODIUM_LIBS) \ - $(NACL_OBJECTS) \ - $(NACL_LIBS) \ - $(NCURSES_LIBS) \ - $(WINSOCK2_LIBS) -endif - - if BUILD_TESTING noinst_PROGRAMS += DHT_test \ -- cgit v1.2.3