[gimp] app: Compile vectors and paint after core



commit 6fd1e5d50b0fcd7321266c6ff12283261de9e019
Author: Martin Nordholts <martinn src gnome org>
Date:   Sat Sep 5 19:11:39 2009 +0200

    app: Compile vectors and paint after core
    
    Compile vectors and paint after core since they need the
    core-generated core/gimpmarshal.h

 app/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/Makefile.am b/app/Makefile.am
index c8a16d4..2fafbe2 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -16,13 +16,13 @@ SUBDIRS = \
 	base		\
 	paint-funcs	\
 	config		\
-	paint		\
 	gegl		\
 	composite	\
 	text		\
-	vectors		\
 	xcf		\
 	core		\
+	vectors		\
+	paint		\
 	plug-in		\
 	file		\
 	pdb		\



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