summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-29 23:03:16 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-29 23:03:16 +0000
commitbfbc6673977128ba4ecb792f3b195ed1249d710b (patch)
treefe9b978efd1cbc1775133cdea7d8f1a647688b21 /Makefile.org
parentcb284033f5c6e48b9496d93d4fe387927c2d9bc9 (diff)
Since we're including Kerberos 5 headers in our exported header files (when
OpenSSL is configured to use Kerberos), we'd better tell pkg-config users where they can be found. PR: 421
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 61797251c5..fa18de17eb 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -529,7 +529,7 @@ openssl.pc: Makefile.ssl
echo 'Version: '$(VERSION); \
echo 'Requires: '; \
echo 'Libs: -L$${libdir} -lssl -lcrypto $(EX_LIBS)'; \
- echo 'Cflags: -I$${includedir}' ) > openssl.pc
+ echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc
Makefile.ssl: Makefile.org
@echo "Makefile.ssl is older than Makefile.org."