diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-05-28 12:50:34 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-05-30 04:15:11 +0200 |
commit | c691ada7096a9c5c6c95de390329ebb16e2086c5 (patch) | |
tree | 239e23a33ebf82d2d3bebb7c73942caf04728034 /source3/wscript_build | |
parent | 3ef62345abe8321a141831ab9d8cda4d096407b0 (diff) | |
download | samba-c691ada7096a9c5c6c95de390329ebb16e2086c5.tar.gz samba-c691ada7096a9c5c6c95de390329ebb16e2086c5.tar.bz2 samba-c691ada7096a9c5c6c95de390329ebb16e2086c5.zip |
build: Provide .pc file for libsmbsharemodes
This is not the exact same file as the autoconf build, because of
the differnet processing semantics.
Andrew Bartlett
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 339614ecdc..bf37e8b6ac 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -644,7 +644,7 @@ bld.SAMBA3_LIBRARY('smbsharemodes', public_deps='''talloc tdb_compat''', deps='''ccan''', public_headers='include/smb_share_modes.h', - pc_files=[], + pc_files='libsmb/smbsharemodes.pc', vnum='0', vars=locals()) |