[gegl] Build ops with external dependencies last.



commit d9462c7c6367e47f9e185db7cfb8739853fc7b38
Author: �yvind Kolås <pippin gimp org>
Date:   Thu Nov 12 17:37:26 2009 +0000

    Build ops with external dependencies last.
    
    (this makes more of the ops succesfully build if there is an
    issue in those with external deps)

 operations/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/Makefile.am b/operations/Makefile.am
index 5522303..8adf6c0 100644
--- a/operations/Makefile.am
+++ b/operations/Makefile.am
@@ -2,8 +2,8 @@ SUBDIRS = \
 	affine		\
 	core		\
 	common		\
-	external	\
-	generated
+	generated	\
+	external
 
 if ENABLE_WORKSHOP
 SUBDIRS+= workshop



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