Fix vc solution file names
authorScott Cantor <cantor.2@osu.edu>
Tue, 12 Oct 2010 20:27:06 +0000 (20:27 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 12 Oct 2010 20:27:06 +0000 (20:27 +0000)
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`