]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Added a few extra files that exist in the svn repo
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Fri, 25 Jan 2008 01:01:51 +0000 (01:01 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Fri, 25 Jan 2008 01:01:51 +0000 (01:01 +0000)
but were not being copied into the tarball by
make dist.

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2674 e7ae566f-a301-0410-adde-c780ea21d3b5

Makefile.am
version.m4

index e1d65194131c5fed38d8a5697e79d0f66a2d1ebe..84a89c2ff3c35d8485cc2e475ae39013c1395ffb 100644 (file)
@@ -127,7 +127,11 @@ EXTRA_DIST = \
        contrib \
        debug \
        plugin \
-        management
+        management \
+       images \
+       ieproxy.c \
+       ieproxy.h \
+       domake-win
 
 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
index fcc3862bd6ef6340675236e3da1ba29975945637..2b5bcf619df14f394b0efeb2e1ff9428eb5adffb 100644 (file)
@@ -1,2 +1,2 @@
 dnl define the OpenVPN version
-define(PRODUCT_VERSION,[2.1_rc6])
+define(PRODUCT_VERSION,[2.1_rc6a])