summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Yonan <james@openvpn.net>2011-02-18 17:48:25 +0000
committerJames Yonan <james@openvpn.net>2011-02-18 17:48:25 +0000
commit581bef87088ed2c559f66552088166903cf0098d (patch)
tree95edc1ac3d755e4de04a6cb6a5c6e7a1fe5173ca /Makefile.am
parent7ae5fb20d7dc52641ef853b896dffc0f283d16d2 (diff)
downloadopenvpn-581bef87088ed2c559f66552088166903cf0098d.tar.gz
openvpn-581bef87088ed2c559f66552088166903cf0098d.tar.xz
openvpn-581bef87088ed2c559f66552088166903cf0098d.zip
Added "client-nat" option for stateless, one-to-one
NAT on the client side. Version 2.1.3i. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6944 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 24649cd..97e0971 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,7 +78,9 @@ openvpn_SOURCES = \
basic.h \
buffer.c buffer.h \
circ_list.h \
+ clinat.c clinat.h \
common.h \
+ config-win32.h \
crypto.c crypto.h \
dhcp.c dhcp.h \
errlevel.h \