talloc: Install pytalloc.h.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 1 Nov 2010 16:40:25 +0000 (17:40 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 1 Nov 2010 17:25:07 +0000 (17:25 +0000)
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Nov  1 17:25:07 UTC 2010 on sn-devel-104

lib/talloc/wscript

index 62759c76fc75a7423ea13c0b77585d8438134911..dd0dc927f0d1064fdef2b6e4c555ca3047c07fc5 100644 (file)
@@ -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