[f-spot] Change the way resources are referenced for distcheck sake.



commit 4a7510ea60c62d422c998963273efd3fedaf72cd
Author: Ruben Vermeersch <ruben savanne be>
Date:   Mon Aug 9 12:08:12 2010 +0200

    Change the way resources are referenced for distcheck sake.

 src/Clients/MainApp/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/Clients/MainApp/Makefile.am b/src/Clients/MainApp/Makefile.am
index 8854e05..f5a20a0 100644
--- a/src/Clients/MainApp/Makefile.am
+++ b/src/Clients/MainApp/Makefile.am
@@ -182,10 +182,10 @@ SOURCES =  \
 	ThumbnailCommand.cs
 
 RESOURCES =  \
-	$(top_srcdir)/COPYING \
-	$(top_srcdir)/icons/flower.png \
-	$(top_srcdir)/icons/f-spot-128.png \
-	$(top_srcdir)/icons/f-spot-not.png \
+	../../../COPYING \
+	../../../icons/flower.png \
+	../../../icons/f-spot-128.png \
+	../../../icons/f-spot-not.png \
 	FSpot.addin.xml \
 	f-spot.glade \
 	FSpot.UI.Dialog/ui/AdjustTimeDialog.ui \



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