Commit 13d30e27 authored by Mike Bland's avatar Mike Bland Committed by Geoff Thorpe
Browse files

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: default avatarMike Bland <mbland@acm.org>
Signed-off-by: default avatarGeoff Thorpe <geoff@openssl.org>
Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent dbaf6083
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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