diff options
author | phil <phil@FreeBSD.org> | 2016-03-16 23:50:41 +0000 |
---|---|---|
committer | phil <phil@FreeBSD.org> | 2016-03-16 23:50:41 +0000 |
commit | 1dac3be00b270b8bf8d77d06e246c78cb624ec49 (patch) | |
tree | 2568a1a201f0e2e03e51a0a6156d4dcd3941b32d | |
parent | 736b39250974facd8d5f4ab24f56636212c50a33 (diff) | |
download | FreeBSD-src-1dac3be00b270b8bf8d77d06e246c78cb624ec49.zip FreeBSD-src-1dac3be00b270b8bf8d77d06e246c78cb624ec49.tar.gz |
Move generated file from contrib to build directory.
Reviewed by: obrien
Approved by: sjg
-rw-r--r-- | lib/libxo/Makefile | 2 | ||||
-rw-r--r-- | lib/libxo/xo_config.h (renamed from contrib/libxo/libxo/xo_config.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/libxo/Makefile b/lib/libxo/Makefile index f8453f4..996a5e7 100644 --- a/lib/libxo/Makefile +++ b/lib/libxo/Makefile @@ -13,7 +13,7 @@ SHLIB_MAJOR=0 SRCS= libxo.c xo_encoder.c xo_syslog.c -CFLAGS+=-I${LIBXOSRC}/libxo +CFLAGS+=-I${LIBXOSRC}/libxo -I${.CURDIR} CFLAGS+=-DXO_ENCODERDIR=\"/usr/lib/libxo/encoder\" INCS= xo.h xo_encoder.h diff --git a/contrib/libxo/libxo/xo_config.h b/lib/libxo/xo_config.h index 9177962..9177962 100644 --- a/contrib/libxo/libxo/xo_config.h +++ b/lib/libxo/xo_config.h |