diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-08-22 03:57:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:16:25 -0500 |
commit | c2bc9bdda1b560bf269be5bae98317c205c6852d (patch) | |
tree | f8d0ec35022de5fbbdab82b43c23112ec1062f2b /source4 | |
parent | c21e51b19a004895a2b96e86ccc04374e2c351c0 (diff) | |
download | samba-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')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 3 |
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 |