diff options
Diffstat (limited to 'toxcore/Makefile.inc')
-rw-r--r-- | toxcore/Makefile.inc | 3 |
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 | ||
55 | libtoxcore_la_CFLAGS = -I$(top_srcdir) \ | 56 | libtoxcore_la_CFLAGS = -I$(top_srcdir) \ |
56 | -I$(top_srcdir)/toxcore \ | 57 | -I$(top_srcdir)/toxcore \ |