[f-spot] Mmm, keep it building in non distcheck env too :)



commit 7d9136c01d6f5f0bae07945983ae6dd76b777eef
Author: Stephane Delcroix <stephane delcroix org>
Date:   Wed May 27 09:34:53 2009 +0200

    Mmm, keep it building in non distcheck env too :)
---
 gio-sharp/gio/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gio-sharp/gio/Makefile.am b/gio-sharp/gio/Makefile.am
index cf4f015..18f7b0b 100644
--- a/gio-sharp/gio/Makefile.am
+++ b/gio-sharp/gio/Makefile.am
@@ -36,7 +36,7 @@ $(builddir)/generated/File.cs: $(builddir)/gio-api.xml $(CUSTOMS) $(builddir)/..
 
 gio-sharp.dll: $(builddir)/generated/File.cs $(SRCS) $(SNK)
 	@echo -e "\n*** Building $@"
-	cp $(SNK) .
+	if ! test -e gtk-sharp.snk; then cp $(srcdir)/gtk-sharp.snk .; fi
 	$(CSC) -target:library -out:$@ $(UNSAFE) $(DEBUG) $(ASSEMBLIES) $(SRCS) $(builddir)/generated/*.cs
 
 assemblydir = $(pkglibdir)



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