Remove \ at end of list in makefile.

This commit is contained in:
iphydf 2017-01-06 13:59:59 +00:00 committed by endoffile78
parent e667ec23b9
commit d6d14b5430
No known key found for this signature in database
GPG Key ID: 9043061421EF90FA

View File

@ -48,7 +48,7 @@ libtoxcore_la_SOURCES = ../toxcore/DHT.h \
../toxcore/TCP_connection.h \
../toxcore/TCP_connection.c \
../toxcore/list.c \
../toxcore/list.h \
../toxcore/list.h
libtoxcore_la_CFLAGS = -I$(top_srcdir) \
-I$(top_srcdir)/toxcore \