xo_config.h no longer in contrib, so -I's needed

PR:		/homes/sjg/commit-logs/freebsd/libxo/xo_config.diff
Reviewed by:	jkim
This commit is contained in:
Simon J. Gerraty 2016-03-17 04:21:57 +00:00
parent 784a631dc5
commit fb9cfe551b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296979
2 changed files with 5 additions and 3 deletions

View File

@ -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>

View File

@ -12,7 +12,10 @@ MAN= xo.1
# XXX For xoversion.h
CFLAGS+=-I${LIBXOSRC}/libxo
LIBADD= xo
# XXX For xo_config.h
CFLAGS+=-I${SRCTOP}/lib/libxo
LIBADD= xo util
.if ${MK_TESTS} != "no"
SUBDIR+= tests