summaryrefslogtreecommitdiffstats
path: root/makefile.w32
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-13 08:38:41 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-13 08:38:41 +0000
commitce98fd24bd72d479805cb121ca8e118826f1ed76 (patch)
treeb109113870455d2c5595a0833301f234353578e3 /makefile.w32
parentcecc5e657bb38c03f80747eab40073bc6ded9631 (diff)
downloadopenvpn-ce98fd24bd72d479805cb121ca8e118826f1ed76.tar.gz
openvpn-ce98fd24bd72d479805cb121ca8e118826f1ed76.tar.xz
openvpn-ce98fd24bd72d479805cb121ca8e118826f1ed76.zip
Merged PKCS#11 patch.
Pre-2.1_beta3 git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@604 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'makefile.w32')
-rwxr-xr-xmakefile.w322
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile.w32 b/makefile.w32
index 6ce111f..0a1517c 100755
--- a/makefile.w32
+++ b/makefile.w32
@@ -96,6 +96,7 @@ HEADERS = \
ntlm.h \
occ-inline.h \
occ.h \
+ pkcs11.h \
openvpn.h \
openvpn-plugin.h \
options.h \
@@ -150,6 +151,7 @@ OBJS = base64.o \
multi.o \
ntlm.o \
occ.o \
+ pkcs11.o \
openvpn.o \
options.o \
otime.o \