From c2bc9bdda1b560bf269be5bae98317c205c6852d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 22 Aug 2006 03:57:31 +0000 Subject: r17689: build works, this should fix install .... (This used to be commit 9a7c1df956ad2e5abaa33b4c808cc1379c2d1c67) --- source4/lib/ldb/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/lib/ldb') diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index af01daa720..bd0f461a43 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -193,11 +193,12 @@ endif test: $(BINS) test-tdb test-ldap test-sqlite3 test-schema install: all + mkdir -p $(includedir) $(libdir)/pkgconfig $(libdir) $(bindir) + mkdir -p $(mandir) $(mandir)/man3 cp include/ldb.h include/ldb_errors.h $(includedir) cp $(LDB_LIB) $(libdir) cp $(BINS) $(bindir) cp ldb.pc $(libdir)/pkgconfig - mkdir -p $(mandir) $(mandir)/man3 cp $(filter %.1, $(MANPAGES)) $(mandir)/man1 cp $(filter %.3, $(MANPAGES)) $(mandir)/man3 -- cgit