From 1425f72c38fe23a9d3fcda583a7da1e7315acfc3 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 17 Jan 2018 18:42:47 +0100 Subject: build system improved --- code/test/vid/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/test/vid') diff --git a/code/test/vid/Makefile b/code/test/vid/Makefile index 0abb572..b3943c0 100644 --- a/code/test/vid/Makefile +++ b/code/test/vid/Makefile @@ -2,7 +2,7 @@ LIBVPX_HOME=/Users/majstor/src/libvpx CFLAGS=-D_V4L2_KERNEL_ -I/usr/src/linux-headers-$(uname -r) -I$(LIBVPX_HOME) -I/opt/local/include/SDL2 -I../../core -I../../vconn -I../../util LDFLAGS=-L$(LIBVPX_HOME) -L/opt/local/lib -dep=../../ecp/libecpcore.a ../../ecp/crypto/libecpcr.a ../../ecp/htable/libecpht.a ../../ecp/posix/libecptr.a ../../ecp/posix/libecptm.a ../../vconn/libecpvconn.a ../../util/libecputil.a ../init.o +dep=../../ecp/build-posix/*.a ../../util/libecputil.a ../init.o all: client cap -- cgit v1.2.3