summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-06-02 13:08:32 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-06-02 07:23:32 +0200
commit80913ae2a88e0e9f5730f565ed73c8cb77be123a (patch)
tree3c19e8496c064a8d1a65414946b0eb68d7938a4c /lib/replace
parenta9311ebfe7a28f5f5ac79a9779ab6bd0faeebe49 (diff)
downloadsamba-80913ae2a88e0e9f5730f565ed73c8cb77be123a.tar.gz
samba-80913ae2a88e0e9f5730f565ed73c8cb77be123a.tar.bz2
samba-80913ae2a88e0e9f5730f565ed73c8cb77be123a.zip
libreplace: Fix autoconf build on platforms needing xattrs
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Jun 2 07:23:32 CEST 2012 on sn-devel-104
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/libreplace.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/libreplace.m4 b/lib/replace/libreplace.m4
index 641d25bb52..16718d88bc 100644
--- a/lib/replace/libreplace.m4
+++ b/lib/replace/libreplace.m4
@@ -49,7 +49,7 @@ fi
LIBREPLACEOBJ="$libreplacedir/replace.o"
AC_SUBST(LIBREPLACEOBJ)
-LIBREPLACEOBJ="${LIBREPLACEOBJ} $libreplacedir/snprintf.o"
+LIBREPLACEOBJ="${LIBREPLACEOBJ} $libreplacedir/snprintf.o $libreplacedir/xattr.o"
AC_TYPE_UID_T
AC_TYPE_MODE_T