diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-27 18:14:33 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:10 +1000 |
commit | bd44f14d8f920a89b43ac84417365191a93d4aaf (patch) | |
tree | 64330a208dcb3b17495370fb42f2b25c669ed1ce /source4/auth/gensec | |
parent | 1750bd4b363fecc9695ed20e707e786cae7e60c4 (diff) | |
download | samba-bd44f14d8f920a89b43ac84417365191a93d4aaf.tar.gz samba-bd44f14d8f920a89b43ac84417365191a93d4aaf.tar.bz2 samba-bd44f14d8f920a89b43ac84417365191a93d4aaf.zip |
s4-waf: enable the pc_files in the build rules
Diffstat (limited to 'source4/auth/gensec')
-rw-r--r-- | source4/auth/gensec/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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', |