summaryrefslogtreecommitdiff
path: root/toxcore/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/Makefile.inc')
-rw-r--r--toxcore/Makefile.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/toxcore/Makefile.inc b/toxcore/Makefile.inc
index 8e39f96e..9fd1f94a 100644
--- a/toxcore/Makefile.inc
+++ b/toxcore/Makefile.inc
@@ -19,6 +19,8 @@ libtoxcore_la_SOURCES = ../toxcore/DHT.h \
19 ../toxcore/friend_requests.c \ 19 ../toxcore/friend_requests.c \
20 ../toxcore/LAN_discovery.h \ 20 ../toxcore/LAN_discovery.h \
21 ../toxcore/LAN_discovery.c \ 21 ../toxcore/LAN_discovery.c \
22 ../toxcore/friend_connection.h \
23 ../toxcore/friend_connection.c \
22 ../toxcore/Messenger.h \ 24 ../toxcore/Messenger.h \
23 ../toxcore/Messenger.c \ 25 ../toxcore/Messenger.c \
24 ../toxcore/ping.h \ 26 ../toxcore/ping.h \
@@ -27,8 +29,8 @@ libtoxcore_la_SOURCES = ../toxcore/DHT.h \
27 ../toxcore/tox.c \ 29 ../toxcore/tox.c \
28 ../toxcore/util.h \ 30 ../toxcore/util.h \
29 ../toxcore/util.c \ 31 ../toxcore/util.c \
30 ../toxcore/group_chats.h \ 32 ../toxcore/group.h \
31 ../toxcore/group_chats.c \ 33 ../toxcore/group.c \
32 ../toxcore/assoc.h \ 34 ../toxcore/assoc.h \
33 ../toxcore/assoc.c \ 35 ../toxcore/assoc.c \
34 ../toxcore/onion.h \ 36 ../toxcore/onion.h \