changed order of subdirs to match the bottom-up module dependency order

2006-04-27  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am (SUBDIRS): changed order of subdirs to match the
	bottom-up module dependency order more closely.
This commit is contained in:
Michael Natterer 2006-04-27 09:30:55 +00:00 committed by Michael Natterer
parent 827ca3a4cd
commit da74540fad
2 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2006-04-27 Michael Natterer <mitch@gimp.org>
* app/Makefile.am (SUBDIRS): changed order of subdirs to match the
bottom-up module dependency order more closely.
2006-04-27 Michael Natterer <mitch@gimp.org>
* configure.in: use G_DISABLE_DEPRECATED also when building

View file

@ -18,17 +18,17 @@ SUBDIRS = \
paint \
text \
vectors \
xcf \
file \
plug-in \
tools \
xcf \
pdb \
widgets \
display \
tools \
dialogs \
actions \
menus \
gui \
pdb
gui
if ENABLE_GIMP_CONSOLE