mirror of
https://github.com/samba-team/samba.git
synced 2025-02-14 01:57:53 +03:00
r17689: build works, this should fix install ....
(This used to be commit 9a7c1df956ad2e5abaa33b4c808cc1379c2d1c67)
This commit is contained in:
parent
c21e51b19a
commit
c2bc9bdda1
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user