[f-spot: 14/14] Fix the build of a whole bunch of extensions. gmcs fail.



commit ce1e2318ca2d4f29e256f0235b40b6be70fae4eb
Author: Ruben Vermeersch <ruben savanne be>
Date:   Sun Jun 28 14:52:21 2009 +0200

    Fix the build of a whole bunch of extensions. gmcs fail.

 extensions/Exporters/FacebookExport/Makefile.am    |    1 +
 .../Exporters/FlickrExport/FlickrNet/Makefile.am   |    3 ++-
 extensions/Exporters/FlickrExport/Makefile.am      |    1 +
 extensions/Exporters/FolderExport/Makefile.am      |    1 +
 extensions/Exporters/GalleryExport/Makefile.am     |    1 +
 extensions/Exporters/PicasaWebExport/Makefile.am   |    1 +
 extensions/Exporters/SmugMugExport/Makefile.am     |    3 ++-
 extensions/Exporters/TabbloExport/Makefile.am      |    1 +
 extensions/Services/DBusService/Makefile.am        |    1 +
 extensions/Tools/ChangePhotoPath/Makefile.am       |    1 +
 extensions/Tools/HashJob/Makefile.am               |    1 +
 extensions/Tools/MergeDb/Makefile.am               |    1 +
 12 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/extensions/Exporters/FacebookExport/Makefile.am b/extensions/Exporters/FacebookExport/Makefile.am
index b4866d4..ff1b4de 100644
--- a/extensions/Exporters/FacebookExport/Makefile.am
+++ b/extensions/Exporters/FacebookExport/Makefile.am
@@ -41,6 +41,7 @@ REFS =					\
 	$(LINK_MONO_ADDINS)					\
 	$(LINK_SEMWEB)						\
 	$(LINK_GPHOTO2)						\
+	$(LINK_GIOSHARP)						\
 	-r:Mono.Posix
 
 PKGS =					\
diff --git a/extensions/Exporters/FlickrExport/FlickrNet/Makefile.am b/extensions/Exporters/FlickrExport/FlickrNet/Makefile.am
index e324bb6..a60bd97 100644
--- a/extensions/Exporters/FlickrExport/FlickrNet/Makefile.am
+++ b/extensions/Exporters/FlickrExport/FlickrNet/Makefile.am
@@ -58,7 +58,8 @@ ASSEMBLY_SOURCES =				\
 	$(srcdir)/Utils.cs
 
 
-REFS =  -r:System.Web.dll	\
+REFS = \
+	-r:System.Web.dll	\
 	-r:System.Drawing.dll
 
 PKGS =
diff --git a/extensions/Exporters/FlickrExport/Makefile.am b/extensions/Exporters/FlickrExport/Makefile.am
index b4d5f7a..2535352 100644
--- a/extensions/Exporters/FlickrExport/Makefile.am
+++ b/extensions/Exporters/FlickrExport/Makefile.am
@@ -17,6 +17,7 @@ REFS =					\
 	$(LINK_SEMWEB)				\
 	$(LINK_MONO_ADDINS)			\
 	$(LINK_GPHOTO2)				\
+	$(LINK_GIOSHARP)				\
 	$(LINK_GTKSHARPBEANS)		\
 	-r:FlickrNet/FlickrNet.dll	\
 	-r:Mono.Posix
diff --git a/extensions/Exporters/FolderExport/Makefile.am b/extensions/Exporters/FolderExport/Makefile.am
index 9cb4b52..704a481 100644
--- a/extensions/Exporters/FolderExport/Makefile.am
+++ b/extensions/Exporters/FolderExport/Makefile.am
@@ -16,6 +16,7 @@ REFS =					\
 	$(LINK_SEMWEB)				\
 	$(LINK_MONO_ADDINS)			\
 	$(LINK_GPHOTO2)				\
+	$(LINK_GIOSHARP)				\
 	$(LINK_GTKSHARPBEANS)		\
 	-r:System.Web			\
 	-r:ICSharpCode.SharpZipLib	\
diff --git a/extensions/Exporters/GalleryExport/Makefile.am b/extensions/Exporters/GalleryExport/Makefile.am
index e6a5876..55bfdfa 100644
--- a/extensions/Exporters/GalleryExport/Makefile.am
+++ b/extensions/Exporters/GalleryExport/Makefile.am
@@ -17,6 +17,7 @@ REFS =					\
 	$(LINK_SEMWEB)				\
 	$(LINK_MONO_ADDINS)			\
 	$(LINK_GPHOTO2)				\
+	$(LINK_GIOSHARP)				\
 	$(LINK_GTKSHARPBEANS)		\
 	-r:Mono.Posix
 
diff --git a/extensions/Exporters/PicasaWebExport/Makefile.am b/extensions/Exporters/PicasaWebExport/Makefile.am
index 39554b7..150804b 100644
--- a/extensions/Exporters/PicasaWebExport/Makefile.am
+++ b/extensions/Exporters/PicasaWebExport/Makefile.am
@@ -17,6 +17,7 @@ REFS =					\
 	-r:google-sharp/Mono.Google.dll	\
 	$(LINK_KEYRING)			\
 	$(LINK_MONO_ADDINS)		\
+	$(LINK_GIOSHARP)			\
 	$(LINK_GPHOTO2)			\
 	-r:System.Web			\
 	-r:Mono.Posix
diff --git a/extensions/Exporters/SmugMugExport/Makefile.am b/extensions/Exporters/SmugMugExport/Makefile.am
index db827f7..5e2d8b6 100644
--- a/extensions/Exporters/SmugMugExport/Makefile.am
+++ b/extensions/Exporters/SmugMugExport/Makefile.am
@@ -13,10 +13,11 @@ REFS =					\
 	-r:$(top_builddir)/src/f-spot.exe		\
 	-r:$(top_builddir)/src/FSpot.Core.dll	\
 	-r:$(top_builddir)/src/FSpot.Utils.dll	\
+	-r:SmugMugNet/SmugMugNet.dll	\
 	$(LINK_SEMWEB)				\
 	$(LINK_MONO_ADDINS)			\
+	$(LINK_GIOSHARP)		\
 	$(LINK_GPHOTO2)				\
-	-r:SmugMugNet/SmugMugNet.dll	\
 	$(LINK_GTKSHARPBEANS)		\
 	$(LINK_KEYRING)			\
 	-r:Mono.Posix
diff --git a/extensions/Exporters/TabbloExport/Makefile.am b/extensions/Exporters/TabbloExport/Makefile.am
index d9d9a4f..6f4c103 100644
--- a/extensions/Exporters/TabbloExport/Makefile.am
+++ b/extensions/Exporters/TabbloExport/Makefile.am
@@ -26,6 +26,7 @@ REFS = \
 	$(LINK_KEYRING)		\
 	$(LINK_MONO_ADDINS)					\
 	$(LINK_SEMWEB)						\
+	$(LINK_GIOSHARP)						\
 	$(LINK_GPHOTO2)						\
 	-r:Mono.Posix.dll
 
diff --git a/extensions/Services/DBusService/Makefile.am b/extensions/Services/DBusService/Makefile.am
index d09c556..ddd59c8 100644
--- a/extensions/Services/DBusService/Makefile.am
+++ b/extensions/Services/DBusService/Makefile.am
@@ -20,6 +20,7 @@ REFS =					\
 	$(LINK_DBUS)				\
 	$(LINK_MONO_ADDINS)			\
 	$(LINK_SEMWEB)				\
+	$(LINK_GIOSHARP)				\
 	$(LINK_GPHOTO2)
 
 PKGS =
diff --git a/extensions/Tools/ChangePhotoPath/Makefile.am b/extensions/Tools/ChangePhotoPath/Makefile.am
index b6a9ba3..51c6bea 100755
--- a/extensions/Tools/ChangePhotoPath/Makefile.am
+++ b/extensions/Tools/ChangePhotoPath/Makefile.am
@@ -19,6 +19,7 @@ REFS =					\
 	-r:$(top_builddir)/src/FSpot.Query.dll	\
 	$(LINK_SEMWEB)				\
 	$(LINK_MONO_ADDINS)			\
+	$(LINK_GIOSHARP)			\
 	$(LINK_GPHOTO2)
 
 PKGS =					\
diff --git a/extensions/Tools/HashJob/Makefile.am b/extensions/Tools/HashJob/Makefile.am
index feb104c..733f100 100644
--- a/extensions/Tools/HashJob/Makefile.am
+++ b/extensions/Tools/HashJob/Makefile.am
@@ -18,6 +18,7 @@ REFS =					\
 	-r:Mono.Data.SqliteClient				\
 	$(LINK_SEMWEB)				\
 	$(LINK_MONO_ADDINS)			\
+	$(LINK_GIOSHARP)			\
 	$(LINK_GPHOTO2)
 
 PKGS =					\
diff --git a/extensions/Tools/MergeDb/Makefile.am b/extensions/Tools/MergeDb/Makefile.am
index 7ba80c2..76220de 100644
--- a/extensions/Tools/MergeDb/Makefile.am
+++ b/extensions/Tools/MergeDb/Makefile.am
@@ -19,6 +19,7 @@ REFS =					\
 	-r:$(top_builddir)/src/FSpot.Query.dll	\
 	$(LINK_MONO_ADDINS)			\
 	$(LINK_SEMWEB)				\
+	$(LINK_GIOSHARP)				\
 	$(LINK_GPHOTO2)
 
 PKGS =					\



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