From c1f88421710e7a90773b481bfa07129fcdd42663 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 22 Dec 2008 16:34:37 -0500 Subject: Add some build fixes on top of the talloc, tdb, tevent, ldb rebases --- talloc/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'talloc') diff --git a/talloc/Makefile.in b/talloc/Makefile.in index 586a61642..5224b00a7 100644 --- a/talloc/Makefile.in +++ b/talloc/Makefile.in @@ -40,6 +40,7 @@ shared-build: all ln -sf $(TALLOC_SOLIB) $(sharedbuilddir)/lib/libtalloc.so ${INSTALLCMD} -d $(sharedbuilddir)/include ${INSTALLCMD} -m 644 $(srcdir)/talloc.h $(sharedbuilddir)/include + ${INSTALLCMD} -m 644 $(srcdir)/pytalloc.h $(sharedbuilddir)/include check: test -- cgit