Extra .svn tree underneath msbuild 2.5.1
authorScott Cantor <cantor.2@osu.edu>
Mon, 10 Dec 2012 03:00:40 +0000 (03:00 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 10 Dec 2012 03:00:40 +0000 (03:00 +0000)
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