summaryrefslogtreecommitdiffstats
path: root/source/lib/ldb/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-08-22 03:57:31 +0000
committerAndrew Tridgell <tridge@samba.org>2006-08-22 03:57:31 +0000
commit2028b7b8d07e3be16153645879a39da24ddad506 (patch)
tree4dcf54936a73a44ee5b2fb9d3299f9a00cc24774 /source/lib/ldb/Makefile.in
parentfffa214bc0727f26498cfcfb3dd4e6c24ffd210d (diff)
downloadsamba-2028b7b8d07e3be16153645879a39da24ddad506.tar.gz
samba-2028b7b8d07e3be16153645879a39da24ddad506.tar.xz
samba-2028b7b8d07e3be16153645879a39da24ddad506.zip
r17689: build works, this should fix install ....
Diffstat (limited to 'source/lib/ldb/Makefile.in')
-rw-r--r--source/lib/ldb/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/lib/ldb/Makefile.in b/source/lib/ldb/Makefile.in
index af01daa720e..bd0f461a43c 100644
--- a/source/lib/ldb/Makefile.in
+++ b/source/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