summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-24 21:46:39 -0700
committerGünther Deschner <gd@samba.org>2010-09-24 21:53:40 -0700
commit96e982c2ba41e5aade96382ae152b6d76800e112 (patch)
treeb4b7b02d34e37143036c1c7bd5662f140793ea25 /source3
parent4e6d7fa527e860fb2420b1b1dddbec167fb8f533 (diff)
downloadsamba-96e982c2ba41e5aade96382ae152b6d76800e112.tar.gz
samba-96e982c2ba41e5aade96382ae152b6d76800e112.tar.bz2
samba-96e982c2ba41e5aade96382ae152b6d76800e112.zip
s3-waf: install header files for our libraries.
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/wscript_build4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 76044175e7..e1bcc95003 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1175,6 +1175,7 @@ bld.SAMBA_LIBRARY('libwbclient',
../nsswitch/libwbclient/wbc_pwd.c
../nsswitch/libwbclient/wbc_sid.c
../nsswitch/libwbclient/wbc_util.c''',
+ public_headers='../nsswitch/libwbclient/wbclient.h',
public_deps='talloc WBCOMMON')
bld.SAMBA_LIBRARY('libnetapi',
@@ -1182,17 +1183,20 @@ bld.SAMBA_LIBRARY('libnetapi',
public_deps='''talloc tdb cap libwbclient LIB_NONSMBD LIBSMB KRBCLIENT
PASSDB SMBLDAP GROUPDB PARAM_WITHOUT_REG DYNCONFIG
LIBMSRPC_GEN LIBMSRPC LIBADS''',
+ public_headers='lib/netapi/netapi.h',
vars=locals())
bld.SAMBA_LIBRARY('libsmbclient',
source=LIBSMBCLIENT_SRC,
public_deps='''talloc tdb libwbclient cap PARAM LIB_NONSMBD LIBSMB KRBCLIENT PASSDB SMBLDAP GROUPDB
LIBMSRPC_GEN LIBMSRPC''',
+ public_headers='include/libsmbclient.h',
vars=locals())
bld.SAMBA_LIBRARY('libsmbsharemodes',
source=LIBSMBSHAREMODES_SRC,
public_deps='''talloc tdb''',
+ public_headers='include/smb_share_modes.h',
vars=locals())
bld.SAMBA_LIBRARY('libaddns',