diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-08-20 02:32:58 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-08-21 03:22:04 +0200 |
commit | 7ebdd3f68306d7d36ee5dfbc294815603525b6db (patch) | |
tree | ab5948a88a7db1ee4ff9db83e07c237d5c7632b4 /source4/auth/credentials/wscript_build | |
parent | e25345a7a68e93626066d83185ed1944f6bdd044 (diff) | |
download | samba-7ebdd3f68306d7d36ee5dfbc294815603525b6db.tar.gz samba-7ebdd3f68306d7d36ee5dfbc294815603525b6db.tar.bz2 samba-7ebdd3f68306d7d36ee5dfbc294815603525b6db.zip |
samba-credentials: Add pkg-config file.
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' ) |