summaryrefslogtreecommitdiffstats
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-05-28 12:50:34 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-05-30 04:15:11 +0200
commitc691ada7096a9c5c6c95de390329ebb16e2086c5 (patch)
tree239e23a33ebf82d2d3bebb7c73942caf04728034 /source3/wscript_build
parent3ef62345abe8321a141831ab9d8cda4d096407b0 (diff)
downloadsamba-c691ada7096a9c5c6c95de390329ebb16e2086c5.tar.gz
samba-c691ada7096a9c5c6c95de390329ebb16e2086c5.tar.xz
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-xsource3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 339614ecdc9..bf37e8b6ac5 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())