From bd44f14d8f920a89b43ac84417365191a93d4aaf Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 27 Mar 2010 18:14:33 +1100 Subject: s4-waf: enable the pc_files in the build rules --- source4/auth/gensec/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/gensec') diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build index b9fa5f4c49..fffc4045f7 100644 --- a/source4/auth/gensec/wscript_build +++ b/source4/auth/gensec/wscript_build @@ -1,6 +1,6 @@ bld.SAMBA_LIBRARY('gensec', source='gensec.c socket.c', - # PC_FILES='gensec.pc', + pc_files='gensec.pc', autoproto='gensec_proto.h', public_deps='CREDENTIALS LIBSAMBA-UTIL LIBCRYPTO ASN1_UTIL samba_socket LIBPACKET LIBTSOCKET UTIL_TEVENT', public_headers='gensec.h', -- cgit