diff options
Diffstat (limited to 'toxcore')
-rw-r--r-- | toxcore/Makefile.inc | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/toxcore/Makefile.inc b/toxcore/Makefile.inc index d79a7e1c..23584953 100644 --- a/toxcore/Makefile.inc +++ b/toxcore/Makefile.inc | |||
@@ -1,31 +1,31 @@ | |||
1 | lib_LTLIBRARIES = libtoxcore.la | 1 | lib_LTLIBRARIES = libtoxcore.la |
2 | 2 | ||
3 | libtoxcore_la_include_HEADERS = \ | 3 | libtoxcore_la_include_HEADERS = \ |
4 | $(top_srcdir)/toxcore/tox.h | 4 | ../toxcore/tox.h |
5 | 5 | ||
6 | libtoxcore_la_includedir = $(includedir)/tox | 6 | libtoxcore_la_includedir = $(includedir)/tox |
7 | 7 | ||
8 | libtoxcore_la_SOURCES = $(top_srcdir)/toxcore/DHT.h \ | 8 | libtoxcore_la_SOURCES = ../toxcore/DHT.h \ |
9 | $(top_srcdir)/toxcore/DHT.c \ | 9 | ../toxcore/DHT.c \ |
10 | $(top_srcdir)/toxcore/network.h \ | 10 | ../toxcore/network.h \ |
11 | $(top_srcdir)/toxcore/network.c \ | 11 | ../toxcore/network.c \ |
12 | $(top_srcdir)/toxcore/Lossless_UDP.h \ | 12 | ../toxcore/Lossless_UDP.h \ |
13 | $(top_srcdir)/toxcore/Lossless_UDP.c \ | 13 | ../toxcore/Lossless_UDP.c \ |
14 | $(top_srcdir)/toxcore/net_crypto.h \ | 14 | ../toxcore/net_crypto.h \ |
15 | $(top_srcdir)/toxcore/net_crypto.c \ | 15 | ../toxcore/net_crypto.c \ |
16 | $(top_srcdir)/toxcore/friend_requests.h \ | 16 | ../toxcore/friend_requests.h \ |
17 | $(top_srcdir)/toxcore/friend_requests.c \ | 17 | ../toxcore/friend_requests.c \ |
18 | $(top_srcdir)/toxcore/LAN_discovery.h \ | 18 | ../toxcore/LAN_discovery.h \ |
19 | $(top_srcdir)/toxcore/LAN_discovery.c \ | 19 | ../toxcore/LAN_discovery.c \ |
20 | $(top_srcdir)/toxcore/Messenger.h \ | 20 | ../toxcore/Messenger.h \ |
21 | $(top_srcdir)/toxcore/Messenger.c \ | 21 | ../toxcore/Messenger.c \ |
22 | $(top_srcdir)/toxcore/ping.h \ | 22 | ../toxcore/ping.h \ |
23 | $(top_srcdir)/toxcore/ping.c \ | 23 | ../toxcore/ping.c \ |
24 | $(top_srcdir)/toxcore/tox.h \ | 24 | ../toxcore/tox.h \ |
25 | $(top_srcdir)/toxcore/tox.c \ | 25 | ../toxcore/tox.c \ |
26 | $(top_srcdir)/toxcore/util.h \ | 26 | ../toxcore/util.h \ |
27 | $(top_srcdir)/toxcore/util.c \ | 27 | ../toxcore/util.c \ |
28 | $(top_srcdir)/toxcore/misc_tools.h | 28 | ../toxcore/misc_tools.h |
29 | 29 | ||
30 | libtoxcore_la_CFLAGS = -I$(top_srcdir) \ | 30 | libtoxcore_la_CFLAGS = -I$(top_srcdir) \ |
31 | -I$(top_srcdir)/toxcore \ | 31 | -I$(top_srcdir)/toxcore \ |