summaryrefslogtreecommitdiffstats
path: root/lib/libxo
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2016-03-17 04:21:57 +0000
committersjg <sjg@FreeBSD.org>2016-03-17 04:21:57 +0000
commit4ebe6248230e1b4c3e84736ca2e37e21b73a060c (patch)
tree9294a4ac020155b7dda9bdfc0b7bfa36ad73499a /lib/libxo
parent0b6bb279a25da44a9bbdceca32faa7a6375b18bd (diff)
downloadFreeBSD-src-4ebe6248230e1b4c3e84736ca2e37e21b73a060c.zip
FreeBSD-src-4ebe6248230e1b4c3e84736ca2e37e21b73a060c.tar.gz
xo_config.h no longer in contrib, so -I's needed
PR: /homes/sjg/commit-logs/freebsd/libxo/xo_config.diff Reviewed by: jkim
Diffstat (limited to 'lib/libxo')
-rw-r--r--lib/libxo/tests/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libxo/tests/Makefile b/lib/libxo/tests/Makefile
index 06fb626..e7a069d 100644
--- a/lib/libxo/tests/Makefile
+++ b/lib/libxo/tests/Makefile
@@ -240,7 +240,7 @@ PROGS+= test_09
PROGS+= test_10
PROGS+= test_11
-CFLAGS+= -I${LIBXOSRC}/libxo
+CFLAGS+= -I${LIBXOSRC}/libxo -I${.CURDIR:H}
LIBADD= xo util
@@ -249,7 +249,6 @@ SUBDIR+= encoder
.if ${MACHINE} == "host"
# make it easy to test without install
TESTSDIR= ${.OBJDIR}
-CFLAGS+= -I${.CURDIR:H}
.endif
.include <bsd.test.mk>
OpenPOWER on IntegriCloud