summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/lib/ldb/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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