diff options
author | levitte <levitte> | 2003-05-20 09:00:59 +0000 |
---|---|---|
committer | levitte <levitte> | 2003-05-20 09:00:59 +0000 |
commit | b03abe621c2d53dfaa61fc2c208acdff0c46db95 (patch) | |
tree | e585d9a8f59cd83914c2a4e2940bb19597cd41f6 /crypto/store | |
parent | 20688fff8e423d8a5a352d12c147cd6239e3b6ef (diff) | |
download | openssl-b03abe621c2d53dfaa61fc2c208acdff0c46db95.tar.gz |
I don't remember what my thinking was with str_compat.h. Maybe it'll
come back to me...
Diffstat (limited to 'crypto/store')
-rw-r--r-- | crypto/store/Makefile.ssl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/store/Makefile.ssl b/crypto/store/Makefile.ssl index 3bfb2a619..8c73403cc 100644 --- a/crypto/store/Makefile.ssl +++ b/crypto/store/Makefile.ssl @@ -29,7 +29,8 @@ LIBOBJ= str_err.o str_lib.o str_meth.o str_mem.o SRC= $(LIBSRC) -EXHEADER= store.h str_compat.h +#EXHEADER= store.h str_compat.h +EXHEADER= store.h HEADER= $(EXHEADER) str_locl.h ALL= $(GENERAL) $(SRC) $(HEADER) |