summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2016-03-13 22:07:50 -0400
committerirungentoo <irungentoo@gmail.com>2016-03-13 22:07:50 -0400
commitaafeb7ddd8728ade4f3149bdcaf1013f067c685d (patch)
tree917c7789c723672e7ceb349d2382bd787515d2b9 /toxcore
parent2e48a3f51d81e9b4208281f685ae8722ba7cb155 (diff)
parentb0e720846f9633f2cb0f0d984908fddd7f926333 (diff)
Merge branch 'make-dist' of https://github.com/roman-yepishev/toxcore
Diffstat (limited to 'toxcore')
-rw-r--r--toxcore/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/toxcore/Makefile.inc b/toxcore/Makefile.inc
index 9fb910fc..d6b67eb2 100644
--- a/toxcore/Makefile.inc
+++ b/toxcore/Makefile.inc
@@ -50,7 +50,8 @@ libtoxcore_la_SOURCES = ../toxcore/DHT.h \
50 ../toxcore/TCP_connection.c \ 50 ../toxcore/TCP_connection.c \
51 ../toxcore/list.c \ 51 ../toxcore/list.c \
52 ../toxcore/list.h \ 52 ../toxcore/list.h \
53 ../toxcore/misc_tools.h 53 ../toxcore/misc_tools.h \
54 ../toxcore/tox_old_code.h
54 55
55libtoxcore_la_CFLAGS = -I$(top_srcdir) \ 56libtoxcore_la_CFLAGS = -I$(top_srcdir) \
56 -I$(top_srcdir)/toxcore \ 57 -I$(top_srcdir)/toxcore \