From c691ada7096a9c5c6c95de390329ebb16e2086c5 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 28 May 2012 12:50:34 +1000 Subject: 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 --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript_build') 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()) -- cgit