fips_err.c doesn't belong with the headers.
This commit is contained in:
parent
549d89f7ed
commit
fbb40083c1
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue