svn commit: samba r17689 - in branches/SAMBA_4_0/source/lib/ldb: .

tridge at samba.org tridge at samba.org
Tue Aug 22 03:57:31 GMT 2006


Author: tridge
Date: 2006-08-22 03:57:31 +0000 (Tue, 22 Aug 2006)
New Revision: 17689

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17689

Log:

build works, this should fix install ....

Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-22 03:51:22 UTC (rev 17688)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-22 03:57:31 UTC (rev 17689)
@@ -193,11 +193,12 @@
 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
 



More information about the samba-cvs mailing list