summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-08-22 03:57:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:25 -0500
commitc2bc9bdda1b560bf269be5bae98317c205c6852d (patch)
treef8d0ec35022de5fbbdab82b43c23112ec1062f2b /source4/lib/ldb/Makefile.in
parentc21e51b19a004895a2b96e86ccc04374e2c351c0 (diff)
downloadsamba-c2bc9bdda1b560bf269be5bae98317c205c6852d.tar.gz
samba-c2bc9bdda1b560bf269be5bae98317c205c6852d.tar.bz2
samba-c2bc9bdda1b560bf269be5bae98317c205c6852d.zip
r17689: build works, this should fix install ....
(This used to be commit 9a7c1df956ad2e5abaa33b4c808cc1379c2d1c67)
Diffstat (limited to 'source4/lib/ldb/Makefile.in')
-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