From ba0ed260b60906d4a83b634de64f5ed5867c8c3d Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 12 Oct 2010 20:29:02 +0000 Subject: [PATCH] Fix vc solution file names --- samlsign/Makefile.am | 2 +- samltest/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.1.4