[gimp] app: change linking order of the sub-libs of app/operations
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: change linking order of the sub-libs of app/operations
- Date: Tue, 17 Jan 2017 13:30:02 +0000 (UTC)
commit dd3eec6198ba25824ea5812190ccf196622be5c3
Author: Michael Natterer <mitch gimp org>
Date: Tue Jan 17 14:28:40 2017 +0100
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.
app/Makefile.am | 2 +-
app/config/Makefile.am | 2 +-
app/tests/Makefile.am | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/Makefile.am b/app/Makefile.am
index 0e94129..69c64ee 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -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) \
diff --git a/app/config/Makefile.am b/app/config/Makefile.am
index b6a4bae..bf5e4a7 100644
--- a/app/config/Makefile.am
+++ b/app/config/Makefile.am
@@ -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 \
diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am
index 8a2c14c..b7f73d8 100644
--- a/app/tests/Makefile.am
+++ b/app/tests/Makefile.am
@@ -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) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]