[gthumb] Fixed build issue



commit 9dee584e9d1b6d74b5dc56dd72a2acc18e143d7e
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sat Jan 29 12:14:40 2011 +0100

    Fixed build issue
    
    Changed the build order of the extensions.
    
    [bug #640856]

 extensions/Makefile.am |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index f554e0f..796b8b1 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -1,4 +1,5 @@
 EXPORTERS = 			\
+	export_tools		\
 	burn_disc		\
 	contact_sheet		\
 	facebook		\
@@ -12,16 +13,18 @@ IMPORTERS = 			\
 	photo_importer		\
 	$(NULL)
 
-IMAGE_VIEWER_TOOLS = 		\
+JPEG_TOOLS = 			\
+	image_rotation		\
+	importer		\
+	$(NULL)
+
+OTHER_TOOLS = 			\
 	desktop_background	\
 	file_tools		\
+	find_duplicates		\
 	red_eye_removal		\
 	$(NULL)
 
-JPEG_TOOLS = 			\
-	image_rotation		\
-	$(NULL)
-
 SUBDIRS = 			\
 	bookmarks		\
 	catalogs		\
@@ -30,17 +33,12 @@ SUBDIRS = 			\
 	convert_format		\
 	edit_metadata		\
 	exiv2_tools		\
-	export_tools		\
-	$(EXPORTERS)		\
-	find_duplicates		\
 	file_manager		\
 	file_viewer		\
-	find_duplicates		\
 	gstreamer_utils		\
 	gstreamer_tools		\
 	image_print		\
 	image_viewer		\
-	importer		\	
 	jpeg_utils		\
 	$(JPEG_TOOLS)		\
 	list_tools		\
@@ -51,8 +49,9 @@ SUBDIRS = 			\
 	resize_images		\
 	search			\
 	slideshow		\
-	$(IMAGE_VIEWER_TOOLS)	\
+	$(EXPORTERS)		\
 	$(IMPORTERS)		\
+	$(OTHER_TOOLS)		\
 	$(NULL)
 
 EXTRA_DIST = example



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