From 381aaba7f4afdf71082d2160f5c04dfc9c42510b Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 12 Oct 2010 20:27:06 +0000 Subject: [PATCH] Fix vc solution file names --- saml/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 2.1.4