summaryrefslogtreecommitdiff
path: root/source4/lib/registry/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-27 18:14:33 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:10 +1000
commitbd44f14d8f920a89b43ac84417365191a93d4aaf (patch)
tree64330a208dcb3b17495370fb42f2b25c669ed1ce /source4/lib/registry/wscript_build
parent1750bd4b363fecc9695ed20e707e786cae7e60c4 (diff)
downloadsamba-bd44f14d8f920a89b43ac84417365191a93d4aaf.tar.gz
s4-waf: enable the pc_files in the build rules
Diffstat (limited to 'source4/lib/registry/wscript_build')
-rw-r--r--source4/lib/registry/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/wscript_build b/source4/lib/registry/wscript_build
index cd2b5081445..5c1f03057d7 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'