From f71ec8dd02ef6e12b8ac954e79795a74a8323550 Mon Sep 17 00:00:00 2001 From: iphydf Date: Fri, 2 Feb 2018 17:45:42 +0000 Subject: Move the tox_sync tool to the toxins repository. --- testing/Makefile.inc | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'testing/Makefile.inc') diff --git a/testing/Makefile.inc b/testing/Makefile.inc index 77f5f3a0..b489a701 100644 --- a/testing/Makefile.inc +++ b/testing/Makefile.inc @@ -35,21 +35,6 @@ Messenger_test_LDADD = $(LIBSODIUM_LDFLAGS) \ if !WIN32 -noinst_PROGRAMS += tox_sync - -tox_sync_SOURCES = ../testing/tox_sync.c - -tox_sync_CFLAGS = $(LIBSODIUM_CFLAGS) \ - $(NACL_CFLAGS) - -tox_sync_LDADD = $(LIBSODIUM_LDFLAGS) \ - $(NACL_LDFLAGS) \ - libtoxcore.la \ - $(LIBSODIUM_LIBS) \ - $(NACL_OBJECTS) \ - $(NACL_LIBS) - - noinst_PROGRAMS += tox_shell tox_shell_SOURCES = ../testing/tox_shell.c -- cgit v1.2.3