diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-07 12:41:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:28 -0500 |
commit | 9ff35d2679467d673adbf51a79821f2f9ee6c0bd (patch) | |
tree | 0954320357de21915f31c2aba9d67d2eeeb0c32f | |
parent | 4796013057c5263e46836093a1bb5316b419e20c (diff) | |
download | samba-9ff35d2679467d673adbf51a79821f2f9ee6c0bd.tar.gz samba-9ff35d2679467d673adbf51a79821f2f9ee6c0bd.tar.bz2 samba-9ff35d2679467d673adbf51a79821f2f9ee6c0bd.zip |
r13932: fix dependency
metze
(This used to be commit 93c77bf14b73b837503fbbde4ec3e16f7eac1e9a)
-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 db6abe09e1..61d11cb3af 100644 --- a/source4/utils/config.mk +++ b/source4/utils/config.mk @@ -27,7 +27,8 @@ REQUIRED_SUBSYSTEMS = \ CONFIG \ LIBBASIC \ LIBPOPT \ - POPT_SAMBA + POPT_SAMBA \ + POPT_CREDENTIALS MANPAGE = man/ntlm_auth.1 # End BINARY ntlm_auth ################################# |