summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-21 17:33:52 +0000
committerUlf Möller <ulf@openssl.org>1999-04-21 17:33:52 +0000
commit59b82e4f6914d58a1b242ec0ef821ffc3bf785b5 (patch)
tree3113def409f65a0b493458764e439f50a896dfe6 /crypto/Makefile.ssl
parent8e10f2b3ac1cb5ba9de832981ce32ac49c71fdee (diff)
New header file opensslconf.h contains the macros set by Configure.
The configuration process could use some more clean-ups.
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index a0c972276c..c62786cc6d 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -40,7 +40,7 @@ LIBOBJ= cryptlib.o mem.o cversion.o ex_data.o tmdiff.o $(ERRC).o
SRC= $(LIBSRC)
EXHEADER= crypto.h cryptall.h tmdiff.h opensslv.h
-HEADER= cryptlib.h date.h $(EXHEADER)
+HEADER= cryptlib.h date.h opensslconf.h $(EXHEADER)
ALL= $(GENERAL) $(SRC) $(HEADER)