summaryrefslogtreecommitdiff
path: root/testing/Makefile.inc
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-02 17:45:42 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-05 18:15:31 +0000
commitf71ec8dd02ef6e12b8ac954e79795a74a8323550 (patch)
treed1b3c4d4b51a3a3be92938ac5db671b3fcf322e9 /testing/Makefile.inc
parent9f2582d699887d751d467a8b1522d1e6860191b4 (diff)
Move the tox_sync tool to the toxins repository.
Diffstat (limited to 'testing/Makefile.inc')
-rw-r--r--testing/Makefile.inc15
1 files changed, 0 insertions, 15 deletions
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) \
35 35
36if !WIN32 36if !WIN32
37 37
38noinst_PROGRAMS += tox_sync
39
40tox_sync_SOURCES = ../testing/tox_sync.c
41
42tox_sync_CFLAGS = $(LIBSODIUM_CFLAGS) \
43 $(NACL_CFLAGS)
44
45tox_sync_LDADD = $(LIBSODIUM_LDFLAGS) \
46 $(NACL_LDFLAGS) \
47 libtoxcore.la \
48 $(LIBSODIUM_LIBS) \
49 $(NACL_OBJECTS) \
50 $(NACL_LIBS)
51
52
53noinst_PROGRAMS += tox_shell 38noinst_PROGRAMS += tox_shell
54 39
55tox_shell_SOURCES = ../testing/tox_shell.c 40tox_shell_SOURCES = ../testing/tox_shell.c