freebsd-dev/lib/libxo/encoder
Tijl Coosemans 3eee8f1cbb Fix installation of libxo encoder modules.
Because the install location was hardcoded in the Makefile as
/usr/lib/libxo/encoder, the lib32 version was installed over the native
version.  Replace /usr/lib with ${LIBDIR}.

Also define SHLIB_NAME instead of LIB + FILES.  This prevents building a
static library.

MFC after:	2 weeks
2020-05-31 17:20:17 +00:00
..
csv Fix installation of libxo encoder modules. 2020-05-31 17:20:17 +00:00
Makefile