freebsd-nq/lib/libxo/tests/encoder/Makefile
Rodney W. Grimes 6dcfd4368f The relative symlink fix causes downstream issues for
EMC DELL Isilon so revert the relative symlink fix
pending a better solution.

Reported by:	ngie
Approved by:	greham (mentor) Implicit as reverting
MFC after:	1 week
2017-03-07 06:11:36 +00:00

20 lines
294 B
Makefile

# $FreeBSD$
LIBXOSRC= ${SRCTOP}/contrib/libxo
.PATH: ${LIBXOSRC}/encoder/test
SHLIB_NAME= libenc_test.so
LIBDIR= ${TESTSBASE}/lib/libxo
SYMLINKS+= ${LIBDIR}/${SHLIB_NAME} /usr/lib/libxo/encoder/test.enc
SRCS= enc_test.c
CFLAGS+= -I${LIBXOSRC}/libxo
LIBADD= xo
.include <bsd.lib.mk>