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

tridge at samba.org tridge at samba.org
Tue Aug 22 03:28:02 GMT 2006


Author: tridge
Date: 2006-08-22 03:28:02 +0000 (Tue, 22 Aug 2006)
New Revision: 17685

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

Log:

talloc.pc is in the build directory

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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2006-08-22 03:24:43 UTC (rev 17684)
+++ branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2006-08-22 03:28:02 UTC (rev 17685)
@@ -29,7 +29,7 @@
 	${INSTALLCMD} -m 755 libtalloc.a $(libdir)
 	${INSTALLCMD} -d ${includedir}
 	${INSTALLCMD} -m 644 $(srcdir)/talloc.h $(includedir)
-	${INSTALLCMD} -m 644 $(srcdir)/talloc.pc $(libdir)/pkgconfig
+	${INSTALLCMD} -m 644 talloc.pc $(libdir)/pkgconfig
 	${INSTALLCMD} -d ${mandir}/man3
 	test -z "$(XSLTPROC)" || ${INSTALLCMD} -m 644 talloc.3 $(mandir)/man3
 



More information about the samba-cvs mailing list