svn rev #24246: branches/nss/src/lib/crypto/nss/ md5/ sha1/

ghudson@MIT.EDU ghudson at MIT.EDU
Thu Aug 19 16:21:27 EDT 2010


http://src.mit.edu/fisheye/changelog/krb5/?cs=24246
Commit By: ghudson
Log Message:
Make NSS back-end build when the build directory is separate from the
source directory.



Changed Files:
U   branches/nss/src/lib/crypto/nss/md5/Makefile.in
U   branches/nss/src/lib/crypto/nss/sha1/Makefile.in
Modified: branches/nss/src/lib/crypto/nss/md5/Makefile.in
===================================================================
--- branches/nss/src/lib/crypto/nss/md5/Makefile.in	2010-08-19 20:20:31 UTC (rev 24245)
+++ branches/nss/src/lib/crypto/nss/md5/Makefile.in	2010-08-19 20:21:26 UTC (rev 24246)
@@ -8,7 +8,7 @@
 
 PROG_LIBPATH=-L$(TOPLIBD)
 PROG_RPATH=$(KRB5_LIBDIR)
-LOCALINCLUDES = -I.. @CRYPTO_IMPL_CFLAGS@
+LOCALINCLUDES = -I$(srcdir)/.. @CRYPTO_IMPL_CFLAGS@
 
 
 STLIBOBJS= md5.o

Modified: branches/nss/src/lib/crypto/nss/sha1/Makefile.in
===================================================================
--- branches/nss/src/lib/crypto/nss/sha1/Makefile.in	2010-08-19 20:20:31 UTC (rev 24245)
+++ branches/nss/src/lib/crypto/nss/sha1/Makefile.in	2010-08-19 20:21:26 UTC (rev 24246)
@@ -1,7 +1,7 @@
 mydir=lib/crypto/nss/sha1
 BUILDTOP=$(REL)..$(S)..$(S)..$(S)..
 DEFS=
-LOCALINCLUDES = -I.. @CRYPTO_IMPL_CFLAGS@
+LOCALINCLUDES = -I$(srcdir)/.. @CRYPTO_IMPL_CFLAGS@
 
 ##DOS##BUILDTOP = ..\..\..\..
 ##DOS##PREFIXDIR=sha1




More information about the cvs-krb5 mailing list