summaryrefslogtreecommitdiff
path: root/toxcore/Makefile.inc
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-09-27 18:25:03 -0400
committerirungentoo <irungentoo@gmail.com>2014-09-27 18:25:03 -0400
commit6c71bb7e64c557d13e7eea4102f1e0bb41ec172f (patch)
tree46fe923003f134b1e68fb36881c82a4d9e612f36 /toxcore/Makefile.inc
parent834ffee47dab5a03c0a0f8d08809c377f7b8ef7c (diff)
Moved all the connection stuff from messenger to friend_connection.
Messenger was doing way do many things. friend_connection takes care of finding and establishing a connection to friends.
Diffstat (limited to 'toxcore/Makefile.inc')
-rw-r--r--toxcore/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxcore/Makefile.inc b/toxcore/Makefile.inc
index 8af793c8..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 \