[f-spot/FSPOT_0_6_0_STABLE] Bling doesn't need Utils



commit b581be82abef0d4564ac32f044c44ab31662e0ec
Author: Stephane Delcroix <stephane delcroix org>
Date:   Fri Sep 25 13:56:12 2009 +0200

    Bling doesn't need Utils

 src/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index ba9bcaf..58a97a5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -349,7 +349,6 @@ JOBSCHEDULER_ASSEMBLIES =			\
 BLING_ASSEMBLIES =				\
 	-pkg:gtk-sharp-2.0			\
 	-r:Mono.Cairo				\
-	-r:FSpot.Utils.dll			\
 	$(LINK_GTKSHARPBEANS)
 
 WIDGETS_ASSEMBLIES =				\
@@ -509,7 +508,7 @@ FSpot.JobScheduler.dll: $(JOBSCHEDULER_CSFILES) FSpot.Utils.dll
 
 FSpot.Bling.dll.mdb: FSpot.Bling.dll
 
-FSpot.Bling.dll: $(BLING_CSFILES) FSpot.Utils.dll
+FSpot.Bling.dll: $(BLING_CSFILES)
 	@echo -e "\n*** Compiling $@"
 	$(CSC_LIB) -out:$@ $(EXTRAFLAGS) $(BLING_CSFILES) $(BLING_ASSEMBLIES)
 



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