diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-16 23:24:23 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:45:41 +0100 |
commit | dc2273ba37aefc4e6f7d54da0e3454f2b4690589 (patch) | |
tree | ecc044a920f933104fb045656d85a31103e0b861 /source4/utils | |
parent | 013a762ca2b27255ddb03fbd675d5083b9c4724b (diff) | |
download | samba-dc2273ba37aefc4e6f7d54da0e3454f2b4690589.tar.gz samba-dc2273ba37aefc4e6f7d54da0e3454f2b4690589.tar.bz2 samba-dc2273ba37aefc4e6f7d54da0e3454f2b4690589.zip |
r26006: Improve some dependencies.
(This used to be commit 28f05bb5ef9e727298f4b61e71c42a8703374b96)
Diffstat (limited to 'source4/utils')
-rw-r--r-- | source4/utils/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/utils/config.mk b/source4/utils/config.mk index 71c7647fd9..6ef7e40471 100644 --- a/source4/utils/config.mk +++ b/source4/utils/config.mk @@ -32,7 +32,8 @@ PRIVATE_DEPENDENCIES = \ LIBSAMBA-CONFIG \ LIBSAMBA-UTIL \ NDR_XATTR \ - WRAP_XATTR + WRAP_XATTR \ + LIBSAMBA-ERRORS # End BINARY getntacl ################################# |