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/param | |
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/param')
-rw-r--r-- | source4/param/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/wscript_build b/source4/param/wscript_build index ea1bfc6e3e..1da3b475e1 100644 --- a/source4/param/wscript_build +++ b/source4/param/wscript_build @@ -1,6 +1,6 @@ bld.SAMBA_LIBRARY('LIBSAMBA-HOSTCONFIG', source='loadparm.c generic.c util.c', - # PC_FILES='samba-hostconfig.pc', + pc_files='samba-hostconfig.pc', vnum='0.0.1', deps='DYNCONFIG LIBREPLACE_EXT CHARSET dl', public_deps='LIBSAMBA-UTIL', |