From 08e19a344468aa0e9f35287e3cd3d1ca06cc249a Mon Sep 17 00:00:00 2001 From: OKAZAKI Naoki Date: Tue, 21 Dec 2010 01:06:29 +0900 Subject: [PATCH] Fixed a problem in EXTRA_DIST in Makefile.am --- lib/Makefile.am | 2 +- sample/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index d36d496..c49bd03 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,7 +1,7 @@ # $Id$ EXTRA_DIST = \ - lib.vcproj + lib.vcxproj liblbfgsincludedir = $(includedir) liblbfgsinclude_HEADERS = \ diff --git a/sample/Makefile.am b/sample/Makefile.am index c50983a..87b698c 100644 --- a/sample/Makefile.am +++ b/sample/Makefile.am @@ -2,7 +2,7 @@ EXTRA_DIST = \ sample.cpp \ - sample.vcproj + sample.vcxproj noinst_PROGRAMS = sample