[gimp] Makefile.am: tools/ must be built after libgimpbase/.



commit 46ebb0ca60be94ef238d077d1b98405e74a55340
Author: Jehan <jehan girinstud io>
Date:   Mon Feb 15 15:21:47 2016 +0100

    Makefile.am: tools/ must be built after libgimpbase/.
    
    Commit 8bb1421 broke the build by changing build order. Line back
    tools/ after libgimpbase/ and move also icons/ after tools/ (for the
    vectorial icons).

 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4dff6f9..b5ea936 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,8 +5,6 @@ ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS}
 SUBDIRS = \
        m4macros        \
        cursors         \
-       tools           \
-       icons           \
        themes          \
        po              \
        po-libgimp      \
@@ -18,6 +16,8 @@ SUBDIRS = \
        desktop         \
        menus           \
        libgimpbase     \
+       tools           \
+       icons           \
        libgimpcolor    \
        libgimpmath     \
        libgimpconfig   \


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