svn commit: samba r22518 - in branches/SAMBA_4_0: . source/lib/talloc

jelmer at samba.org jelmer at samba.org
Wed Apr 25 14:18:23 GMT 2007


Author: jelmer
Date: 2007-04-25 14:18:22 +0000 (Wed, 25 Apr 2007)
New Revision: 22518

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

Log:
Create pkgconfig dir.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/talloc/Makefile.in


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:merge
...skipped...

Modified: branches/SAMBA_4_0/source/lib/talloc/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2007-04-25 13:31:38 UTC (rev 22517)
+++ branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2007-04-25 14:18:22 UTC (rev 22518)
@@ -35,6 +35,7 @@
 
 install: all 
 	${INSTALLCMD} -d $(DESTDIR)${libdir}
+	${INSTALLCMD} -d $(DESTDIR)${libdir}/pkgconfig
 	${INSTALLCMD} -m 755 libtalloc.a $(DESTDIR)$(libdir)
 	${INSTALLCMD} -d $(DESTDIR)${includedir}
 	${INSTALLCMD} -m 644 $(srcdir)/talloc.h $(DESTDIR)$(includedir)



More information about the samba-cvs mailing list