summaryrefslogtreecommitdiff
path: root/toxcore/Makefile.inc
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-04-10 20:46:24 -0400
committerirungentoo <irungentoo@gmail.com>2014-04-10 20:46:24 -0400
commit736f5f80347a39f6b82cda8a4ddc1f7d88fcc2f5 (patch)
tree320b0ae43d350693944214b8611163bf1a642aeb /toxcore/Makefile.inc
parent05025482e327b51a161a1eab385717ef554a6637 (diff)
Added TCP test to build system.
Diffstat (limited to 'toxcore/Makefile.inc')
-rw-r--r--toxcore/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/toxcore/Makefile.inc b/toxcore/Makefile.inc
index 8912965e..5e529267 100644
--- a/toxcore/Makefile.inc
+++ b/toxcore/Makefile.inc
@@ -35,6 +35,10 @@ libtoxcore_la_SOURCES = ../toxcore/DHT.h \
35 ../toxcore/onion_announce.c \ 35 ../toxcore/onion_announce.c \
36 ../toxcore/onion_client.h \ 36 ../toxcore/onion_client.h \
37 ../toxcore/onion_client.c \ 37 ../toxcore/onion_client.c \
38 ../toxcore/TCP_client.h \
39 ../toxcore/TCP_client.c \
40 ../toxcore/TCP_server.h \
41 ../toxcore/TCP_server.c \
38 ../toxcore/misc_tools.h 42 ../toxcore/misc_tools.h
39 43
40libtoxcore_la_CFLAGS = -I$(top_srcdir) \ 44libtoxcore_la_CFLAGS = -I$(top_srcdir) \