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:

committed by
Michael Natterer

parent
827ca3a4cd
commit
da74540fad
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user