f-spot r3841 - in trunk/extensions: . FlickrExport PicasaWebExport SmugMugExport



Author: sdelcroix
Date: Thu Apr 24 07:47:59 2008
New Revision: 3841
URL: http://svn.gnome.org/viewvc/f-spot?rev=3841&view=rev

Log:
2008-04-24  Stephane Delcroix  <sdelcroix novell com>

	* SmugMugExport/Makefile.am:
	* PicasaWebExport/Makefile.am:
	* FlickrExport/Makefile.am: allow parallel compilation with -j.
	Fixes bgo #516632.


Modified:
   trunk/extensions/ChangeLog
   trunk/extensions/FlickrExport/Makefile.am
   trunk/extensions/PicasaWebExport/Makefile.am
   trunk/extensions/SmugMugExport/Makefile.am

Modified: trunk/extensions/FlickrExport/Makefile.am
==============================================================================
--- trunk/extensions/FlickrExport/Makefile.am	(original)
+++ trunk/extensions/FlickrExport/Makefile.am	Thu Apr 24 07:47:59 2008
@@ -35,6 +35,7 @@
 	mautil p $(PLUGIN_ASSEMBLY)
 
 $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST)
+	make -C $(SUBDIRS)
 	$(CSC_LIB) -out:$@ $(PLUGIN_SOURCES) $(REFS) $(PKGS) $(ASSEMBLIES) $(RESOURCES)
 
 plugindir = $(pkglibdir)/extensions

Modified: trunk/extensions/PicasaWebExport/Makefile.am
==============================================================================
--- trunk/extensions/PicasaWebExport/Makefile.am	(original)
+++ trunk/extensions/PicasaWebExport/Makefile.am	Thu Apr 24 07:47:59 2008
@@ -37,6 +37,7 @@
 	mautil p $(PLUGIN_ASSEMBLY)
 
 $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST)
+	make -C $(SUBDIRS)
 	$(CSC_LIB) -out:$@ $(PLUGIN_SOURCES) $(REFS) $(PKGS) $(ASSEMBLIES) $(RESOURCES)
 
 plugindir = $(pkglibdir)/extensions

Modified: trunk/extensions/SmugMugExport/Makefile.am
==============================================================================
--- trunk/extensions/SmugMugExport/Makefile.am	(original)
+++ trunk/extensions/SmugMugExport/Makefile.am	Thu Apr 24 07:47:59 2008
@@ -36,6 +36,7 @@
 	mautil p $(PLUGIN_ASSEMBLY)
 
 $(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST)
+	make -C $(SUBDIRS)
 	$(CSC_LIB) -out:$@ $(PLUGIN_SOURCES) $(REFS) $(PKGS) $(ASSEMBLIES) $(RESOURCES)
 
 plugindir = $(pkglibdir)/extensions



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