diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-04-13 21:09:04 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-04-13 21:09:04 +0000 |
commit | e12fe2864a30f4e5b6c77fcf6128be7a6266d73e (patch) | |
tree | 2b2e445fb562542bd9c3c0e0e8eabb05e4145539 /makefile.w32 | |
parent | Added --route-metric option to set a default route metric (diff) | |
download | openvpn-e12fe2864a30f4e5b6c77fcf6128be7a6266d73e.tar.xz |
Added --lladdr option to specify the link layer (MAC) address
for the tap interface on non-Windows platforms (Roy Marples).
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1012 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rwxr-xr-x | makefile.w32 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile.w32 b/makefile.w32 index 22fbc28..bb9af54 100755 --- a/makefile.w32 +++ b/makefile.w32 @@ -82,6 +82,7 @@ HEADERS = \ integer.h \ interval.h \ list.h \ + lladdr.h \ lzo.h \ manage.h \ mbuf.h \ @@ -139,6 +140,7 @@ OBJS = base64.o \ init.o \ interval.o \ list.o \ + lladdr.o \ lzo.o \ manage.o \ mbuf.o \ |