[f-spot] Fixed PicasaWeb and Zip export makefiles



commit dc645627cd9a4885ae3014151783f26a32506ee5
Author: Lorenzo Milesi <maxxer yetopen it>
Date:   Sun Aug 9 00:46:41 2009 +0200

    Fixed PicasaWeb and Zip export makefiles
    
    Previously broken by me

 extensions/Exporters/PicasaWebExport/Makefile.am |    3 +++
 extensions/Exporters/ZipExport/Makefile.am       |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/extensions/Exporters/PicasaWebExport/Makefile.am b/extensions/Exporters/PicasaWebExport/Makefile.am
index 1fdc7d5..4b39ee2 100644
--- a/extensions/Exporters/PicasaWebExport/Makefile.am
+++ b/extensions/Exporters/PicasaWebExport/Makefile.am
@@ -6,6 +6,9 @@ PLUGIN_MANIFEST = $(PLUGIN_NAME).addin.xml
 
 PLUGIN_ASSEMBLY = $(PLUGIN_NAME).dll
 
+PLUGIN_SOURCES =			\
+	$(srcdir)/PicasaWebExport.cs
+
 REFS =					\
 	-r:$(top_builddir)/src/f-spot.exe		\
 	-r:$(top_builddir)/src/FSpot.Core.dll	\
diff --git a/extensions/Exporters/ZipExport/Makefile.am b/extensions/Exporters/ZipExport/Makefile.am
index fc8c8a1..b7d3bd3 100644
--- a/extensions/Exporters/ZipExport/Makefile.am
+++ b/extensions/Exporters/ZipExport/Makefile.am
@@ -6,6 +6,9 @@ PLUGIN_MANIFEST = $(PLUGIN_NAME).addin.xml
 
 PLUGIN_ASSEMBLY = $(PLUGIN_NAME).dll
 
+PLUGIN_SOURCES =			\
+	$(srcdir)/ZipExport.cs
+
 REFS =					\
 	-r:$(top_builddir)/src/f-spot.exe		\
 	-r:$(top_builddir)/src/FSpot.Core.dll	\



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