From 46ebb0ca60be94ef238d077d1b98405e74a55340 Mon Sep 17 00:00:00 2001 From: Jehan Date: Mon, 15 Feb 2016 15:21:47 +0100 Subject: [PATCH] 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 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4dff6f9cd9..b5ea936caf 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 \