From 29bf356f2686a1aed25dfadc82df7f96d0660836 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 13 Feb 2008 10:36:43 +0100 Subject: Fix install: Add creation of include dir to installlibtalloc target. Michael (This used to be commit 26d012dd3de8ec146eb22656f1ed8eef110e4be6) --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/Makefile.in b/source3/Makefile.in index 50dfe4a125..5d78b9952e 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1959,6 +1959,7 @@ installlibtalloc: installdirs libtalloc @$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(LIBDIR) -$(INSTALLLIBCMD_SH) $(LIBTALLOC_SHARED_TARGET) $(DESTDIR)$(LIBDIR) -$(INSTALLLIBCMD_A) $(LIBTALLOC_STATIC_TARGET) $(DESTDIR)$(LIBDIR) + @$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) ${prefix}/include -$(INSTALLCMD) -m $(INSTALLPERMS_DATA) @tallocdir@/talloc.h $(DESTDIR)${prefix}/include installlibsmbsharemodes: installdirs libsmbsharemodes -- cgit