summaryrefslogtreecommitdiff
path: root/testing/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testing/Makefile.inc')
-rw-r--r--testing/Makefile.inc21
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/Makefile.inc b/testing/Makefile.inc
index 7d5b41e7..f4ed568c 100644
--- a/testing/Makefile.inc
+++ b/testing/Makefile.inc
@@ -32,27 +32,6 @@ Messenger_test_LDADD = $(LIBSODIUM_LDFLAGS) \
32 $(WINSOCK2_LIBS) 32 $(WINSOCK2_LIBS)
33 33
34 34
35
36if !WIN32
37
38noinst_PROGRAMS += tox_shell
39
40tox_shell_SOURCES = ../testing/tox_shell.c
41
42tox_shell_CFLAGS = $(LIBSODIUM_CFLAGS) \
43 $(NACL_CFLAGS)
44
45tox_shell_LDADD = $(LIBSODIUM_LDFLAGS) \
46 $(NACL_LDFLAGS) \
47 libtoxcore.la \
48 $(LIBSODIUM_LIBS) \
49 $(NACL_OBJECTS) \
50 $(NACL_LIBS) \
51 -lutil
52
53
54endif
55
56EXTRA_DIST += $(top_srcdir)/testing/misc_tools.c 35EXTRA_DIST += $(top_srcdir)/testing/misc_tools.c
57 36
58endif 37endif