svn commit: samba r13651 - in branches/SAMBA_4_0/source/lib/tdb: .

jelmer at samba.org jelmer at samba.org
Thu Feb 23 09:58:24 GMT 2006


Author: jelmer
Date: 2006-02-23 09:58:24 +0000 (Thu, 23 Feb 2006)
New Revision: 13651

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

Log:
Always make sure pkgconfig directory exists

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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tdb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2006-02-23 09:55:50 UTC (rev 13650)
+++ branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2006-02-23 09:58:24 UTC (rev 13651)
@@ -24,7 +24,8 @@
 install: all
 	mkdir -p $(bindir)
 	mkdir -p $(includedir)
-	mkdir -p $(libdir)
+	mkdir -p $(libdir) 
+	mkdir -p $(libdir)/pkgconfig
 	cp $(PROGS) $(bindir)
 	cp include/tdb.h $(includedir)
 	cp tdb.pc $(libdir)/pkgconfig



More information about the samba-cvs mailing list