aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2010-08-19 20:21:26 +0000
committerGreg Hudson <ghudson@mit.edu>2010-08-19 20:21:26 +0000
commit1fb06db778d1897b2f383b64c25730b6812957b7 (patch)
treeb1f7670269e1e0d9c941d937c73baaf264c0a884
parent15f3e252670db9b728569ba73a15db53a469cb99 (diff)
downloadkrb5-1fb06db778d1897b2f383b64c25730b6812957b7.zip
krb5-1fb06db778d1897b2f383b64c25730b6812957b7.tar.gz
krb5-1fb06db778d1897b2f383b64c25730b6812957b7.tar.bz2
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
-rw-r--r--src/lib/crypto/nss/md5/Makefile.in2
-rw-r--r--src/lib/crypto/nss/sha1/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/crypto/nss/md5/Makefile.in b/src/lib/crypto/nss/md5/Makefile.in
index dc07f82..94a9e54 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 a316fe7..a7cb6e8 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