Fix vc solution file names
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Tue, 12 Oct 2010 20:27:06 +0000 (20:27 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Tue, 12 Oct 2010 20:27:06 +0000 (20:27 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/branches/REL_2@595 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

saml/Makefile.am

index a0dd1dd..f51ca47 100644 (file)
@@ -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`