diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-12-08 23:10:22 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-12-08 23:10:22 +0000 |
commit | df5722cc68307206c5edcc94fd7ae333d3212b59 (patch) | |
tree | 6cf9b42be4660ac58cb61c76276f28f140b44b25 /Makefile.am | |
parent | Inline file capability now works for (diff) | |
download | openvpn-df5722cc68307206c5edcc94fd7ae333d3212b59.tar.xz |
First attempt at automatic proxy detection,
Windows-only at this point. Proxy settings
are taken from IE.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@846 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 424b167..ebfa22d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,7 +127,8 @@ EXTRA_DIST = \ plugin \ management \ pkcs11-headers \ - cryptoki-win32.h + cryptoki-win32.h \ + ieproxy.c ieproxy.h dist-hook: cd $(distdir) && for i in $(EXTRA_DIST) ; do find $$i -name .svn -type d -prune -exec rm -rf '{}' ';' ; rm -f `find $$i -type f | grep -E '(^|\/)\.?\#|\~$$|\.s?o$$'` ; done |