diff options
author | Simo Sorce <idra@samba.org> | 2008-12-22 16:34:37 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2008-12-22 19:12:10 -0500 |
commit | c1f88421710e7a90773b481bfa07129fcdd42663 (patch) | |
tree | eb08a52ea2ffc212db8cff1f611e77b218a17599 /talloc | |
parent | 41718e315ea78998fab0893fd5f148a49d8faab8 (diff) | |
download | sssd-c1f88421710e7a90773b481bfa07129fcdd42663.tar.gz sssd-c1f88421710e7a90773b481bfa07129fcdd42663.tar.xz sssd-c1f88421710e7a90773b481bfa07129fcdd42663.zip |
Add some build fixes on top of the talloc, tdb, tevent, ldb rebases
Diffstat (limited to 'talloc')
-rw-r--r-- | talloc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |