summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-08-21 02:09:14 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-08-21 03:22:05 +0200
commit12e1fdf0899c8f9176f4a7e789faa2758c4eaa70 (patch)
tree237311dafdb5746ef6d14fbfa428ff3336d13458 /source3
parent2b4028359135058700456eb3720ece105611425f (diff)
downloadsamba-12e1fdf0899c8f9176f4a7e789faa2758c4eaa70.tar.gz
samba-12e1fdf0899c8f9176f4a7e789faa2758c4eaa70.tar.bz2
samba-12e1fdf0899c8f9176f4a7e789faa2758c4eaa70.zip
wafsamba: Require public libraries to have a pc file specified, or explicitly specified that they don't need one.
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/wscript_build4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 3cc84710f2..8d4a02f33a 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -670,6 +670,7 @@ bld.SAMBA3_LIBRARY('netapi',
RPC_NDR_SRVSVC RPC_NDR_WKSSVC RPC_NDR_INITSHUTDOWN
INIT_NETLOGON INIT_SAMR popt_samba3''',
public_headers='../source3/lib/netapi/netapi.h',
+ pc_files=[],
vnum='0',
vars=locals())
@@ -679,6 +680,7 @@ bld.SAMBA3_LIBRARY('libsmb/smbclient',
LIBMSRPC_GEN msrpc3 libcli_lsa3 RPC_NDR_SRVSVC popt_samba3''',
public_headers='include/libsmbclient.h',
vnum='0',
+ pc_files=[],
vars=locals())
bld.SAMBA3_LIBRARY('smbsharemodes',
@@ -686,6 +688,7 @@ bld.SAMBA3_LIBRARY('smbsharemodes',
public_deps='''talloc tdb_compat''',
deps='''ccan''',
public_headers='include/smb_share_modes.h',
+ pc_files=[],
vnum='0',
vars=locals())
@@ -886,6 +889,7 @@ bld.SAMBA3_LIBRARY('smbconf',
deps='''LIBSMBCONF smbregistry REG_SMBCONF talloc param
util_reg samba-util errors3 charset SAMBA_VERSION''',
public_headers='../lib/smbconf/smbconf.h',
+ pc_files=[],
vnum='0')
bld.SAMBA3_LIBRARY('smbd_conn',