summaryrefslogtreecommitdiff
path: root/source4/lib
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
parent1750bd4b363fecc9695ed20e707e786cae7e60c4 (diff)
downloadsamba-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')
-rw-r--r--source4/lib/ldb/wscript1
-rw-r--r--source4/lib/registry/wscript_build2
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript
index 3a54e55415..6ea68976f9 100644
--- a/source4/lib/ldb/wscript
+++ b/source4/lib/ldb/wscript
@@ -108,6 +108,7 @@ def build(bld):
deps=ldb_deps,
includes='include',
public_headers='include/ldb.h include/ldb_errors.h',
+ pc_files='ldb.pc',
vnum=VERSION)
bld.SAMBA_SUBSYSTEM('LIBLDB_CMDLINE',
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'