summaryrefslogtreecommitdiff
path: root/toxcore/Makefile.inc
diff options
context:
space:
mode:
authordubslow <bunslow@gmail.com>2014-09-28 12:37:47 -0500
committerdubslow <bunslow@gmail.com>2014-09-28 12:37:47 -0500
commit57666d95bac5e070acda74020f5faca88cfa4bd5 (patch)
tree7dd17305a43ce332984034a1dec783d8e96ac780 /toxcore/Makefile.inc
parent3711b881cb6f64cf08209f70216ec75672464d1a (diff)
parent72d6a92efd8cad191282c8a2e294a768c49d5f25 (diff)
Merge branch 'master' of https://github.com/irungentoo/toxcore
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 \