diff options
author | Volker Lendecke <vl@samba.org> | 2011-02-20 00:05:06 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-10-06 12:15:27 +0200 |
commit | 1184e7de5947aa83209f14d07e14cf61c782710d (patch) | |
tree | a7508f40c931f3e4643968de24997aaaaf7d0927 /lib/uid_wrapper | |
parent | c682ee32b8155776f73665c5671fec0dee83a8ab (diff) | |
download | samba-1184e7de5947aa83209f14d07e14cf61c782710d.tar.gz samba-1184e7de5947aa83209f14d07e14cf61c782710d.tar.bz2 samba-1184e7de5947aa83209f14d07e14cf61c782710d.zip |
s3: Use the uid_wrapper
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'lib/uid_wrapper')
-rw-r--r-- | lib/uid_wrapper/config.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/uid_wrapper/config.m4 b/lib/uid_wrapper/config.m4 index db6537bf95..2cd573e7f2 100644 --- a/lib/uid_wrapper/config.m4 +++ b/lib/uid_wrapper/config.m4 @@ -10,6 +10,9 @@ fi if eval "test x$enable_uid_wrapper = xyes"; then AC_DEFINE(UID_WRAPPER,1,[Use uid wrapper library]) HAVE_UID_WRAPPER=yes + + # this is only used for samba3 + UID_WRAPPER_OBJS="../lib/uid_wrapper/uid_wrapper.o" fi AC_SUBST(HAVE_UID_WRAPPER) |