Extra .svn tree underneath msbuild
authorscantor <scantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Mon, 10 Dec 2012 03:00:40 +0000 (03:00 +0000)
committerscantor <scantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Mon, 10 Dec 2012 03:00:40 +0000 (03:00 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-opensaml/branches/REL_2@757 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

Makefile.am

index c7d379a..066b6fb 100644 (file)
@@ -11,6 +11,9 @@ DISTCLEANFILES = \
        @PACKAGE_NAME@-uninstalled.pc \
        @PACKAGE_NAME@-uninstalled.sh
 
+dist-hook:
+       rm -rf `find $(distdir)/msbuild -name .svn`
+
 SUBDIRS = doc schemas saml samltest samlsign
 
 if DX_COND_doc