aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf/Makefile.ssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2002-01-05 01:37:16 +0000
committerDr. Stephen Henson <steve@openssl.org>2002-01-05 01:37:16 +0000
commitbc37d996fcfd7f1c7c97728a563a40c0a251d908 (patch)
tree3bffb03f405fe2cf8b70c0e86c96d0bc7ab1b0d1 /crypto/conf/Makefile.ssl
parent31cafe53c928e02d6351dc9a827e95bccd9b807d (diff)
downloadopenssl-bc37d996fcfd7f1c7c97728a563a40c0a251d908.tar.gz
Experimental configuration code.
Incomplete, largely untested and subject to change/deletion.
Diffstat (limited to 'crypto/conf/Makefile.ssl')
-rw-r--r--crypto/conf/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/conf/Makefile.ssl b/crypto/conf/Makefile.ssl
index 4e7904cfee..6028106a54 100644
--- a/crypto/conf/Makefile.ssl
+++ b/crypto/conf/Makefile.ssl
@@ -23,9 +23,9 @@ TEST=
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC= conf_err.c conf_lib.c conf_api.c conf_def.c
+LIBSRC= conf_err.c conf_lib.c conf_api.c conf_def.c conf_mod.c conf_mall.c
-LIBOBJ= conf_err.o conf_lib.o conf_api.o conf_def.o
+LIBOBJ= conf_err.o conf_lib.o conf_api.o conf_def.o conf_mod.o conf_mall.o
SRC= $(LIBSRC)