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/ldb | |
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/ldb')
-rw-r--r-- | source4/lib/ldb/wscript | 1 |
1 files changed, 1 insertions, 0 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', |