diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-11-01 17:40:25 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-01 17:25:07 +0000 |
commit | ce1eb1f7265fca1bd3a12b39d6af7be1feeb2043 (patch) | |
tree | 5fc8d831089c201a55cb59e6f108794abb23c6f9 /lib/talloc/wscript | |
parent | 8770c8fe2fa1dbb5ecb1c2575187aed319356670 (diff) | |
download | samba-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/wscript | 1 |
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 |