[f-spot] Fix xbuild. Now uses F-Spot.sln



commit e0a7351d48fa4ed685d819870710e09c70d2271f
Author: Stephen Shaw <sshaw decriptor com>
Date:   Fri Jun 29 10:05:09 2012 -0600

    Fix xbuild.  Now uses F-Spot.sln

 Makefile.am          |    4 ++++
 build/xbuild.include |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 996150c..f203b9c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,6 +47,8 @@ else
 install-data-local:
 endif
 
+all: sln_build
+
 csharp:
 	@pushd .; \
 	echo ""; \
@@ -64,3 +66,5 @@ test:
 	@pushd tests; \
 	make test \
 	popd;
+
+include $(top_srcdir)/build/xbuild.include
diff --git a/build/xbuild.include b/build/xbuild.include
index 1f9da0b..aa12443 100644
--- a/build/xbuild.include
+++ b/build/xbuild.include
@@ -1,7 +1,7 @@
 XBUILD=xbuild
 XBUILD_ARGS=/verbosity:quiet /nologo /property:CodePage=65001
 ALL_CSPROJ=$(wildcard *.csproj)
-MAIN_SLN=$(top_builddir)/Main.sln
+MAIN_SLN=$(top_builddir)/F-Spot.sln
 
 #if ENABLE_MACPLATFORM
 #PROFILE_NAME=DebugMac



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]