f-spot r3912 - in trunk/extensions: CDExport FlickrExport FolderExport GalleryExport PicasaWebExport SmugMugExport
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r3912 - in trunk/extensions: CDExport FlickrExport FolderExport GalleryExport PicasaWebExport SmugMugExport
- Date: Tue, 13 May 2008 13:16:39 +0100 (BST)
Author: sdelcroix
Date: Tue May 13 12:16:39 2008
New Revision: 3912
URL: http://svn.gnome.org/viewvc/f-spot?rev=3912&view=rev
Log:
some Makefile fixes
Modified:
trunk/extensions/CDExport/Makefile.am
trunk/extensions/FlickrExport/Makefile.am
trunk/extensions/FolderExport/Makefile.am
trunk/extensions/GalleryExport/Makefile.am
trunk/extensions/PicasaWebExport/Makefile.am
trunk/extensions/SmugMugExport/Makefile.am
Modified: trunk/extensions/CDExport/Makefile.am
==============================================================================
--- trunk/extensions/CDExport/Makefile.am (original)
+++ trunk/extensions/CDExport/Makefile.am Tue May 13 12:16:39 2008
@@ -13,7 +13,7 @@
-r:../../src/f-spot.exe \
-r:../../src/FSpot.Core.dll \
-r:../../src/FSpot.Utils.dll \
- -r:../../semweb/SemWeb.dll \
+ $(LINK_SEMWEB) \
$(LINK_GIO) \
-r:Mono.Posix
Modified: trunk/extensions/FlickrExport/Makefile.am
==============================================================================
--- trunk/extensions/FlickrExport/Makefile.am (original)
+++ trunk/extensions/FlickrExport/Makefile.am Tue May 13 12:16:39 2008
@@ -14,7 +14,7 @@
-r:../../src/f-spot.exe \
-r:../../src/FSpot.Core.dll \
-r:../../src/FSpot.Utils.dll \
- -r:../../semweb/SemWeb.dll \
+ $(LINK_SEMWEB) \
-r:FlickrNet/FlickrNet.dll \
-r:Mono.Posix
Modified: trunk/extensions/FolderExport/Makefile.am
==============================================================================
--- trunk/extensions/FolderExport/Makefile.am (original)
+++ trunk/extensions/FolderExport/Makefile.am Tue May 13 12:16:39 2008
@@ -13,7 +13,7 @@
-r:../../src/f-spot.exe \
-r:../../src/FSpot.Core.dll \
-r:../../src/FSpot.Utils.dll \
- -r:../../semweb/SemWeb.dll \
+ $(LINK_SEMWEB) \
-r:System.Web \
-r:ICSharpCode.SharpZipLib \
-r:Mono.Posix
Modified: trunk/extensions/GalleryExport/Makefile.am
==============================================================================
--- trunk/extensions/GalleryExport/Makefile.am (original)
+++ trunk/extensions/GalleryExport/Makefile.am Tue May 13 12:16:39 2008
@@ -14,7 +14,7 @@
-r:../../src/f-spot.exe \
-r:../../src/FSpot.Core.dll \
-r:../../src/FSpot.Utils.dll \
- -r:../../semweb/SemWeb.dll \
+ $(LINK_SEMWEB) \
-r:Mono.Posix
PKGS = \
Modified: trunk/extensions/PicasaWebExport/Makefile.am
==============================================================================
--- trunk/extensions/PicasaWebExport/Makefile.am (original)
+++ trunk/extensions/PicasaWebExport/Makefile.am Tue May 13 12:16:39 2008
@@ -13,7 +13,7 @@
-r:../../src/f-spot.exe \
-r:../../src/FSpot.Core.dll \
-r:../../src/FSpot.Utils.dll \
- -r:../../semweb/SemWeb.dll \
+ $(LINK_SEMWEB) \
-r:google-sharp/Mono.Google.dll \
$(LINK_KEYRING) \
-r:System.Web \
Modified: trunk/extensions/SmugMugExport/Makefile.am
==============================================================================
--- trunk/extensions/SmugMugExport/Makefile.am (original)
+++ trunk/extensions/SmugMugExport/Makefile.am Tue May 13 12:16:39 2008
@@ -13,7 +13,7 @@
-r:../../src/f-spot.exe \
-r:../../src/FSpot.Core.dll \
-r:../../src/FSpot.Utils.dll \
- -r:../../semweb/SemWeb.dll \
+ $(LINK_SEMWEB) \
-r:SmugMugNet/SmugMugNet.dll \
$(LINK_KEYRING) \
-r:Mono.Posix
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]