From a1d2b63e6af32685f5828c302a0d3edeeb48090f Mon Sep 17 00:00:00 2001 From: z3bra Date: Mon, 31 Oct 2016 21:25:10 +0100 Subject: Compile against local toxcore submodule --- config.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 50198b6..92f54e5 100644 --- a/config.mk +++ b/config.mk @@ -5,8 +5,10 @@ VERSION = 0.2.1 PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man +TOX_CFLAGS = -I./toxcore/toxcore -I./toxcore/toxav -I./toxcore/toxencryptsave -I/usr/include/opus + CC = cc LD = $(CC) -CPPFLAGS = -DVERSION=\"${VERSION}\" -CFLAGS = -g -I/usr/local/include -Wall -Wunused $(CPPFLAGS) -LDFLAGS = -g -L/usr/local/lib -ltoxcore -ltoxav -ltoxencryptsave +CPPFLAGS = -DVERSION=\"${VERSION}\" $(TOX_CFLAGS) +CFLAGS = -g -Wall -Wunused $(CPPFLAGS) +LDFLAGS = -g -lopus -lvpx -lpthread -lsodium -- cgit v1.2.3