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
|
LIB= $(TOP)/libcrypto.a
|
||||||
SHARED_LIB= libcrypto$(SHLIB_EXT)
|
SHARED_LIB= libcrypto$(SHLIB_EXT)
|
||||||
LIBSRC=fips.c fips_err_wrapper.c
|
LIBSRC=fips.c fips_err_wrapper.c fips_err.c
|
||||||
LIBOBJ=fips.o fips_err_wrapper.o
|
LIBOBJ=fips.o fips_err_wrapper.o fips_err.o
|
||||||
|
|
||||||
SRC= $(LIBSRC)
|
SRC= $(LIBSRC)
|
||||||
|
|
||||||
EXHEADER=fips.h
|
EXHEADER=fips.h
|
||||||
HEADER=$(EXHEADER) fips_err.c
|
HEADER=$(EXHEADER)
|
||||||
EXE=openssl_fips_fingerprint
|
EXE=openssl_fips_fingerprint
|
||||||
|
|
||||||
ALL= $(GENERAL) $(SRC) $(HEADER)
|
ALL= $(GENERAL) $(SRC) $(HEADER)
|
||||||
|
|
Loading…
Reference in a new issue