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).
This commit is contained in:
Jehan 2016-02-15 15:21:47 +01:00
parent 48af6784e2
commit 46ebb0ca60
1 changed files with 2 additions and 2 deletions

View File

@ -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 \