From 7ebdd3f68306d7d36ee5dfbc294815603525b6db Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 20 Aug 2011 02:32:58 +0200 Subject: samba-credentials: Add pkg-config file. --- source4/auth/credentials/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/auth/credentials/wscript_build') 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' ) -- cgit