mirror of
https://github.com/samba-team/samba.git
synced 2025-06-24 15:17:06 +03:00
24 lines
524 B
Plaintext
24 lines
524 B
Plaintext
AC_LIBREPLACE_BROKEN_CHECKS
|
|
|
|
SMB_EXT_LIB(LIBREPLACE_EXT, [${LIBDL}])
|
|
SMB_ENABLE(LIBREPLACE_EXT)
|
|
|
|
LIBREPLACE_DIR=`echo ${libreplacedir} |sed -e 's/^\.\///g'`
|
|
|
|
LIBREPLACE_OBJS=""
|
|
for obj in ${LIBREPLACEOBJ}; do
|
|
LIBREPLACE_OBJS="${LIBREPLACE_OBJS} ${LIBREPLACE_DIR}/${obj}"
|
|
done
|
|
|
|
SMB_SUBSYSTEM(LIBREPLACE,
|
|
[${LIBREPLACE_OBJS}],
|
|
[LIBREPLACE_EXT],
|
|
[-Ilib/replace])
|
|
|
|
LIBREPLACE_HOSTCC_OBJS=`echo ${LIBREPLACE_OBJS} |sed -e 's/\.o/\.ho/g'`
|
|
|
|
SMB_SUBSYSTEM(LIBREPLACE_HOSTCC,
|
|
[${LIBREPLACE_HOSTCC_OBJS}],
|
|
[],
|
|
[-Ilib/replace])
|