From ac117322a98530c7d211095bf75efd240c2e6763 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sat, 5 Oct 2013 11:14:06 -0400 Subject: Tox sync added. Tox sync is a proof of concept bittorrent sync inspired application that uses tox to sync the contents of two folders. Currently only works on POSIX compilant operating systems. --- testing/Makefile.inc | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'testing/Makefile.inc') diff --git a/testing/Makefile.inc b/testing/Makefile.inc index ee68e289..65f9f64c 100644 --- a/testing/Makefile.inc +++ b/testing/Makefile.inc @@ -23,7 +23,8 @@ noinst_PROGRAMS += DHT_test \ Lossless_UDP_testclient \ Lossless_UDP_testserver \ Messenger_test \ - crypto_speed_test + crypto_speed_test \ + tox_sync DHT_test_SOURCES = ../testing/DHT_test.c @@ -99,4 +100,19 @@ crypto_speed_test_LDADD = \ $(NACL_LIBS) \ $(WINSOCK2_LIBS) +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_LIBS) \ + $(WINSOCK2_LIBS) + EXTRA_DIST += $(top_srcdir)/testing/misc_tools.c -- cgit v1.2.3