summaryrefslogtreecommitdiff
path: root/lib/talloc/wscript
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-01 17:40:25 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-01 17:25:07 +0000
commitce1eb1f7265fca1bd3a12b39d6af7be1feeb2043 (patch)
tree5fc8d831089c201a55cb59e6f108794abb23c6f9 /lib/talloc/wscript
parent8770c8fe2fa1dbb5ecb1c2575187aed319356670 (diff)
downloadsamba-ce1eb1f7265fca1bd3a12b39d6af7be1feeb2043.tar.gz
samba-ce1eb1f7265fca1bd3a12b39d6af7be1feeb2043.tar.bz2
samba-ce1eb1f7265fca1bd3a12b39d6af7be1feeb2043.zip
talloc: Install pytalloc.h.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 1 17:25:07 UTC 2010 on sn-devel-104
Diffstat (limited to 'lib/talloc/wscript')
-rw-r--r--lib/talloc/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/talloc/wscript b/lib/talloc/wscript
index 62759c76fc..dd0dc927f0 100644
--- a/lib/talloc/wscript
+++ b/lib/talloc/wscript
@@ -111,6 +111,7 @@ def build(bld):
pyext=True,
vnum=VERSION,
)
+ bld.INSTALL_FILES('${INCLUDEDIR}', 'pytalloc.h')
if not getattr(bld.env, '_SAMBA_BUILD_', 0) == 4:
# s4 already has the talloc testsuite builtin to smbtorture