aboutsummaryrefslogtreecommitdiff
path: root/lib/hcrypto/NTMakefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hcrypto/NTMakefile')
-rw-r--r--lib/hcrypto/NTMakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/hcrypto/NTMakefile b/lib/hcrypto/NTMakefile
index 6eea96655beb..e3e50a7d5baa 100644
--- a/lib/hcrypto/NTMakefile
+++ b/lib/hcrypto/NTMakefile
@@ -29,7 +29,7 @@
# POSSIBILITY OF SUCH DAMAGE.
#
-SUBDIRS=libtommath
+SUBDIRS=libtommath x25519
RELDIR=lib\hcrypto
@@ -86,7 +86,8 @@ INCFILES= \
$(HCRYPTOINCLUDEDIR)\rsa.h \
$(HCRYPTOINCLUDEDIR)\sha.h \
$(HCRYPTOINCLUDEDIR)\ui.h \
- $(HCRYPTOINCLUDEDIR)\undef.h
+ $(HCRYPTOINCLUDEDIR)\undef.h \
+ $(HCRYPTOINCLUDEDIR)\x25519_ref10.h \
mkincdir:
!if !exist($(HCRYPTOINCLUDEDIR))