fips_err.c doesn't belong with the headers.

This commit is contained in:
Richard Levitte 2003-09-08 09:17:13 +00:00
parent 549d89f7ed
commit fbb40083c1

View file

@ -32,13 +32,13 @@ GENERAL=Makefile README fips-lib.com install.com
LIB= $(TOP)/libcrypto.a
SHARED_LIB= libcrypto$(SHLIB_EXT)
LIBSRC=fips.c fips_err_wrapper.c
LIBOBJ=fips.o fips_err_wrapper.o
LIBSRC=fips.c fips_err_wrapper.c fips_err.c
LIBOBJ=fips.o fips_err_wrapper.o fips_err.o
SRC= $(LIBSRC)
EXHEADER=fips.h
HEADER=$(EXHEADER) fips_err.c
HEADER=$(EXHEADER)
EXE=openssl_fips_fingerprint
ALL= $(GENERAL) $(SRC) $(HEADER)