summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-17 12:08:22 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-17 12:08:22 +0000
commitc20276e4aef1e716980589c43cf9276abc7ff2b7 (patch)
treedc4f04b4ea1176b86ab6229cd4338b334ad6496d /crypto/asn1/Makefile
parent9ca7047d7141f58b4a4c9e1cdfc0d49301358095 (diff)
Fix (most) WIN32 warnings and errors.
Diffstat (limited to 'crypto/asn1/Makefile')
-rw-r--r--crypto/asn1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/Makefile b/crypto/asn1/Makefile
index 1240d86754..faaf95b0a9 100644
--- a/crypto/asn1/Makefile
+++ b/crypto/asn1/Makefile
@@ -47,7 +47,7 @@ LIBOBJ= a_object.o a_bitstr.o a_utctm.o a_gentm.o a_time.o a_int.o a_octet.o \
SRC= $(LIBSRC)
EXHEADER= asn1.h asn1_mac.h asn1t.h
-HEADER= $(EXHEADER)
+HEADER= $(EXHEADER) asn1_locl.h
ALL= $(GENERAL) $(SRC) $(HEADER)