From: Greg Hudson Date: Thu, 19 Aug 2010 20:21:26 +0000 (+0000) Subject: Make NSS back-end build when the build directory is separate from the X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fb06db778d1897b2f383b64c25730b6812957b7;p=thirdparty%2Fkrb5.git Make NSS back-end build when the build directory is separate from the source directory. git-svn-id: svn://anonsvn.mit.edu/krb5/branches/nss@24246 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/nss/md5/Makefile.in b/src/lib/crypto/nss/md5/Makefile.in index dc07f82abe..94a9e54375 100644 --- a/src/lib/crypto/nss/md5/Makefile.in +++ b/src/lib/crypto/nss/md5/Makefile.in @@ -8,7 +8,7 @@ DEFS= PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) -LOCALINCLUDES = -I.. @CRYPTO_IMPL_CFLAGS@ +LOCALINCLUDES = -I$(srcdir)/.. @CRYPTO_IMPL_CFLAGS@ STLIBOBJS= md5.o diff --git a/src/lib/crypto/nss/sha1/Makefile.in b/src/lib/crypto/nss/sha1/Makefile.in index a316fe7a4f..a7cb6e824c 100644 --- a/src/lib/crypto/nss/sha1/Makefile.in +++ b/src/lib/crypto/nss/sha1/Makefile.in @@ -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