mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Add missing SRC variable
This is the only Makefile without SRC defined. This change enables a standard Makefile include directive to cover crypto/jpake/*.d files. This was automatically applied by AddSrcVarIfNeeded() in: https://code.google.com/p/mike-bland/source/browse/openssl/update_makefiles.py Change-Id: I030204a1bc873b5de5b06c8ddc0b94bb224c6650 Signed-off-by: Mike Bland <mbland@acm.org> Signed-off-by: Geoff Thorpe <geoff@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
dbaf608320
commit
13d30e27c2
@ -6,6 +6,7 @@ CFLAGS= $(INCLUDES) $(CFLAG)
|
||||
LIB=$(TOP)/libcrypto.a
|
||||
LIBOBJ=jpake.o jpake_err.o
|
||||
LIBSRC=jpake.c jpake_err.c
|
||||
SRC= $(LIBSRC)
|
||||
|
||||
EXHEADER=jpake.h
|
||||
TEST=jpaketest.c
|
||||
|
Loading…
Reference in New Issue
Block a user