[f-spot] Fixed the xbuild by adding all-local and clean-local



commit c36d188083666aa31e2e211e888fb1186a8fec3e
Author: Stephen Shaw <sshaw decriptor com>
Date:   Thu Jun 28 18:03:25 2012 -0600

    Fixed the xbuild by adding all-local and clean-local

 Makefile.am          |    6 +++---
 build/xbuild.include |    4 ++++
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 5190a22..996150c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,11 +3,11 @@ SUBDIRS = 		\
 	data 		\
 	lib 		\
 	docs		\
-    help        \
+    	help		\
 	icons		\
 	tools		\
-	po			\
-	src			\
+	po		\
+	src		\
 	tests
 
 schemadir = $(sysconfdir)/gconf/schemas
diff --git a/build/xbuild.include b/build/xbuild.include
index 3d301cf..1f9da0b 100644
--- a/build/xbuild.include
+++ b/build/xbuild.include
@@ -21,8 +21,12 @@ DEPTH=$(shell echo "$(top_builddir)" | tr '/' '\n' | grep -c '..')
 
 all: csproj_build
 
+all-local: csproj_build
+
 clean: csproj_clean
 
+clean-local: csproj_clean
+
 csproj_build:
 	@if test x$(SKIP) != xy -a $(DEPTH) -gt $(MAKELEVEL); then \
 	echo Building $(ALL_CSPROJ); \



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