diff options
Diffstat (limited to 'source4/auth/credentials/wscript_build')
-rw-r--r-- | source4/auth/credentials/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/credentials/wscript_build b/source4/auth/credentials/wscript_build index c708e7e574..2c46b43b21 100644 --- a/source4/auth/credentials/wscript_build +++ b/source4/auth/credentials/wscript_build @@ -4,6 +4,7 @@ bld.SAMBA_LIBRARY('samba-credentials', source='credentials.c', autoproto='credentials_proto.h', public_headers='credentials.h', + pc_files='samba-credentials.pc', deps='LIBCRYPTO errors events LIBCLI_AUTH security CREDENTIALS_SECRETS CREDENTIALS_KRB5', vnum='0.0.1' ) |