From: Scott Cantor Date: Tue, 12 Oct 2010 20:29:02 +0000 (+0000) Subject: Fix vc solution file names X-Git-Tag: 2.4RC1~14 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=ba0ed260b60906d4a83b634de64f5ed5867c8c3d Fix vc solution file names --- diff --git a/samlsign/Makefile.am b/samlsign/Makefile.am index 9df6f98..4d85e6f 100644 --- a/samlsign/Makefile.am +++ b/samlsign/Makefile.am @@ -6,4 +6,4 @@ samlsign_SOURCES = samlsign.cpp samlsign_LDADD = $(top_builddir)/saml/libsaml.la -EXTRA_DIST = samlsign.vcproj +EXTRA_DIST = samlsign.vcxproj diff --git a/samltest/Makefile.am b/samltest/Makefile.am index 106305c..167e7ca 100644 --- a/samltest/Makefile.am +++ b/samltest/Makefile.am @@ -118,4 +118,4 @@ $(nodist_samltest_SOURCES): %.cpp: %.h samltest_LDADD = $(top_builddir)/saml/libsaml.la -EXTRA_DIST = samltest.vcproj samltest.vcproj.filters $(samltest_h) data +EXTRA_DIST = samltest.vcxproj samltest.vcxproj.filters $(samltest_h) data