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/lib/registry | |
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/lib/registry')
-rw-r--r-- | source4/lib/registry/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/wscript_build b/source4/lib/registry/wscript_build index cd2b508144..5c1f03057d 100644 --- a/source4/lib/registry/wscript_build +++ b/source4/lib/registry/wscript_build @@ -10,7 +10,7 @@ bld.SAMBA_SUBSYSTEM('TDR_REGF', bld.SAMBA_LIBRARY('registry', source='interface.c util.c samba.c patchfile_dotreg.c patchfile_preg.c patchfile.c regf.c hive.c local.c ldb.c dir.c rpc.c', - # PC_FILES='registry.pc', + pc_files='registry.pc', public_deps='LIBSAMBA-UTIL CHARSET TDR_REGF ldb RPC_NDR_WINREG LDB_WRAP', public_headers='registry.h', vnum='0.0.1' |