]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fixed issue where some .svn directories were being inadvertently v2.1_rc20
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Wed, 7 Oct 2009 11:19:51 +0000 (11:19 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Wed, 7 Oct 2009 11:19:51 +0000 (11:19 +0000)
included in the .tar.gz file built by make dist.

Re-released as Version 2.1_rc20

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

Makefile.am

index e1b28afc42a7236447b7f622443ad96c8d7adb20..7bccc11df8353117482086d9ea6a6f6613d8fab1 100644 (file)
@@ -142,7 +142,7 @@ openvpn_SOURCES = \
 
 
 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
+       cd $(distdir) && for i in $(EXTRA_DIST) $(SUBDIRS) ; do find $$i -name .svn -type d -prune -exec rm -rf '{}' ';' ; rm -f `find $$i -type f | grep -E '(^|\/)\.?\#|\~$$|\.s?o$$'` ; done
 
 if WIN32
 dist_noinst_DATA += openvpn.8