mirror of https://github.com/GNOME/gimp.git
app: change linking order of the sub-libs of app/operations
so layer-modes/ can use the enums in enums-types.h without failing to link.
This commit is contained in:
parent
5c4eb75361
commit
dd3eec6198
|
@ -146,9 +146,9 @@ gimpconsoleldadd = \
|
|||
file/libappfile.a \
|
||||
text/libapptext.a \
|
||||
paint/libapppaint.a \
|
||||
operations/libappoperations.a \
|
||||
operations/layer-modes/libapplayermodes.a \
|
||||
operations/layer-modes-legacy/libapplayermodeslegacy.a \
|
||||
operations/libappoperations.a \
|
||||
gegl/libappgegl.a \
|
||||
config/libappconfig.a \
|
||||
$(libgimpconfig) \
|
||||
|
|
|
@ -103,9 +103,9 @@ test_config_LDADD = \
|
|||
../text/libapptext.a \
|
||||
../paint/libapppaint.a \
|
||||
../gegl/libappgegl.a \
|
||||
../operations/libappoperations.a \
|
||||
../operations/layer-modes/libapplayermodes.a \
|
||||
../operations/layer-modes-legacy/libapplayermodeslegacy.a \
|
||||
../operations/libappoperations.a \
|
||||
libappconfig.a \
|
||||
../gimp-debug.o \
|
||||
../gimp-log.o \
|
||||
|
|
|
@ -102,9 +102,9 @@ LDADD = \
|
|||
../config/libappconfig.a \
|
||||
../libapp.a \
|
||||
../gegl/libappgegl.a \
|
||||
../operations/libappoperations.a \
|
||||
../operations/layer-modes/libapplayermodes.a \
|
||||
../operations/layer-modes-legacy/libapplayermodeslegacy.a \
|
||||
../operations/libappoperations.a \
|
||||
libgimpapptestutils.a \
|
||||
$(libgimpwidgets) \
|
||||
$(libgimpconfig) \
|
||||
|
|
Loading…
Reference in New Issue