diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-06 13:15:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:46 -0500 |
commit | 78eaffd5a009d62a272c9647520ba76d720bb494 (patch) | |
tree | 4f3522feeeb98819a1626a9bec3913f8494d9082 /source4 | |
parent | 0a4aafbe301c9e5d2962684d63c64c5bb5dfad12 (diff) | |
download | samba-78eaffd5a009d62a272c9647520ba76d720bb494.tar.gz samba-78eaffd5a009d62a272c9647520ba76d720bb494.tar.bz2 samba-78eaffd5a009d62a272c9647520ba76d720bb494.zip |
r18176: reg_util.c needs LIBREPLACE for strndup
(This used to be commit dc1369b2ad1f55e1acfcc2ddd99ec6ac8b115da9)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/registry/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index 4f719a9c07..599fade97f 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -99,7 +99,7 @@ OBJ_FILES = \ reg_samba.o \ patchfile.o PUBLIC_DEPENDENCIES = \ - LIBSAMBA-UTIL CHARSET + LIBSAMBA-UTIL CHARSET LIBREPLACE PRIVATE_PROTO_HEADER = registry_proto.h PUBLIC_HEADERS = registry.h # End MODULE registry_ldb |