diff options
author | dim <dim@FreeBSD.org> | 2015-10-06 16:25:13 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-10-06 16:25:13 +0000 |
commit | f1994891348cb39060934d9c4953e116262cf087 (patch) | |
tree | 2b819b069c310c07245d9ea901cc11eb895f0aba /lib | |
parent | 24ac568077f391da473e7e8d8c528d76b83a82db (diff) | |
parent | c1bb2e3246dc6cf235535737449549cc16265dda (diff) | |
download | FreeBSD-src-f1994891348cb39060934d9c4953e116262cf087.zip FreeBSD-src-f1994891348cb39060934d9c4953e116262cf087.tar.gz |
Merge ^/head r288836 through r288925.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libxo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libxo/Makefile b/lib/libxo/Makefile index 8ca1292..05f5f27 100644 --- a/lib/libxo/Makefile +++ b/lib/libxo/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ -LIBXO= ${.CURDIR:H:H}/contrib/libxo +LIBXOSRC= ${SRCTOP}/contrib/libxo -.PATH: ${LIBXO}/libxo +.PATH: ${LIBXOSRC}/libxo LIB= xo SHLIB_MAJOR=0 @@ -11,7 +11,7 @@ SHLIBDIR?= /lib SRCS= libxo.c xo_encoder.c xo_syslog.c -CFLAGS+=-I${LIBXO}/libxo +CFLAGS+=-I${LIBXOSRC}/libxo CFLAGS+=-DXO_ENCODERDIR=\"/usr/lib/libxo/encoder\" INCS= xo.h xo_encoder.h |