summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-10-07 11:19:51 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-10-07 11:19:51 +0000
commit417ef9aacd7505154db7dcbe367a0390141ca4ef (patch)
tree2b553d0861c83b5f85239dda5b4ca5578697e528
parent3edb5b2c49fa547db3cfdf71f01e2fa605f95a34 (diff)
downloadopenvpn-2.1_rc20.tar.gz
openvpn-2.1_rc20.tar.xz
openvpn-2.1_rc20.zip
Fixed issue where some .svn directories were being inadvertentlyv2.1_rc20
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
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e1b28af..7bccc11 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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