diff options
Diffstat (limited to '')
-rwxr-xr-x | makefile.w32 | 2 | ||||
-rw-r--r-- | makefile.w32-vc | 2 |
2 files changed, 4 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 \ diff --git a/makefile.w32-vc b/makefile.w32-vc index e37c8c8..bcd0c62 100644 --- a/makefile.w32-vc +++ b/makefile.w32-vc @@ -81,6 +81,7 @@ HEADERS = \ ntlm.h \ occ-inline.h \ occ.h \ + pkcs11.h \ openvpn.h \ openvpn-plugin.h \ options.h \ @@ -135,6 +136,7 @@ OBJS = base64.obj \ multi.obj \ ntlm.obj \ occ.obj \ + pkcs11.obj \ openvpn.obj \ options.obj \ otime.obj \ |