From: Scott Cantor Date: Tue, 12 Oct 2010 20:27:06 +0000 (+0000) Subject: Fix vc solution file names X-Git-Tag: 2.4RC1~15 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=381aaba7f4afdf71082d2160f5c04dfc9c42510b Fix vc solution file names --- diff --git a/saml/Makefile.am b/saml/Makefile.am index a0dd1dd..f51ca47 100644 --- a/saml/Makefile.am +++ b/saml/Makefile.am @@ -190,7 +190,7 @@ libsaml_la_LDFLAGS = -version-info 7:0:0 install-exec-hook: for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done -EXTRA_DIST = saml.vcproj saml.vcproj.filters resource.h saml.rc +EXTRA_DIST = saml.vcxproj saml.vcxproj.filters resource.h saml.rc dist-hook: rm -rf `find $(distdir)/zlib -name .svn`