summaryrefslogtreecommitdiff
path: root/toxcore/Makefile.inc
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2017-01-06 13:59:59 +0000
committerendoffile78 <endoffile78@yahoo.com>2017-01-07 11:47:30 -0600
commitd6d14b54308b76bb5e7f47abd0c0b5757f1d9eb2 (patch)
tree83616f0ce45c13ea966020f23b795bef44272dbd /toxcore/Makefile.inc
parente667ec23b94b908402de1ad18140af89802df332 (diff)
Remove \ at end of list in makefile.
Diffstat (limited to 'toxcore/Makefile.inc')
-rw-r--r--toxcore/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Makefile.inc b/toxcore/Makefile.inc
index 1d165522..f30e6c06 100644
--- a/toxcore/Makefile.inc
+++ b/toxcore/Makefile.inc
@@ -48,7 +48,7 @@ libtoxcore_la_SOURCES = ../toxcore/DHT.h \
48 ../toxcore/TCP_connection.h \ 48 ../toxcore/TCP_connection.h \
49 ../toxcore/TCP_connection.c \ 49 ../toxcore/TCP_connection.c \
50 ../toxcore/list.c \ 50 ../toxcore/list.c \
51 ../toxcore/list.h \ 51 ../toxcore/list.h
52 52
53libtoxcore_la_CFLAGS = -I$(top_srcdir) \ 53libtoxcore_la_CFLAGS = -I$(top_srcdir) \
54 -I$(top_srcdir)/toxcore \ 54 -I$(top_srcdir)/toxcore \