[gimp] Makefile.am: Move tools down in SUBDIRS since it now depends on libgimpbase



commit 40e613b54b34e5209412905188508276803d1792
Author: Mikael Magnusson <mikachu src gnome org>
Date:   Fri Feb 22 12:45:50 2013 +0100

    Makefile.am: Move tools down in SUBDIRS since it now depends on libgimpbase

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index ca96904..d68f4e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,6 @@ ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS}
 
 SUBDIRS = \
        m4macros        \
-       tools           \
        cursors         \
        themes          \
        po              \
@@ -30,6 +29,7 @@ SUBDIRS = \
        etc             \
        devel-docs      \
        docs            \
+       tools           \
        build
 
 pkgconfigdir = $(libdir)/pkgconfig


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