[gimp] app: remove references to plug_in_icc_profile_apply_rgb() from Makefiles



commit 46eef4d09d98555db6d42e52caeb1def08d9967d
Author: Michael Natterer <mitch gimp org>
Date:   Thu Aug 27 13:52:26 2015 +0200

    app: remove references to plug_in_icc_profile_apply_rgb() from Makefiles

 app/Makefile.am                  |    8 +-------
 app/config/Makefile.am           |    1 -
 app/operations/tests/Makefile.am |    1 -
 app/tests/Makefile.am            |    1 -
 4 files changed, 1 insertions(+), 10 deletions(-)
---
diff --git a/app/Makefile.am b/app/Makefile.am
index 0db7b69..70302d7 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -132,11 +132,6 @@ workaround_that_core_depends_on_pdb = \
 workaround_that_plug_in_depends_on_pdb = \
        -Wl,-u,$(SYMPREFIX)gimp_pdb_compat_param_spec
 
-# FIXME: file should not depend on plug-in
-workaround_that_file_depends_on_plug_in = \
-       -Wl,-u,$(SYMPREFIX)plug_in_icc_profile_apply_rgb        \
-       -Wl,-u,$(SYMPREFIX)gimp_settings_get_type
-
 # core, vectors and gegl are on the same architectural layer, prevent
 # the linker from panicing
 calm_down_linker = \
@@ -152,8 +147,7 @@ AM_LDFLAGS = \
        $(calm_down_linker)                             \
        $(workaround_that_core_depends_on_xcf)          \
        $(workaround_that_core_depends_on_pdb)          \
-       $(workaround_that_plug_in_depends_on_pdb)       \
-       $(workaround_that_file_depends_on_plug_in)
+       $(workaround_that_plug_in_depends_on_pdb)
 
 gimpconsoleldadd = \
        xcf/libappxcf.a                 \
diff --git a/app/config/Makefile.am b/app/config/Makefile.am
index 4fefe3e..e44233f 100644
--- a/app/config/Makefile.am
+++ b/app/config/Makefile.am
@@ -87,7 +87,6 @@ test_config_LDFLAGS = \
        -Wl,-u,$(SYMPREFIX)gimp_pdb_new                                 \
        -Wl,-u,$(SYMPREFIX)internal_procs_init                          \
        -Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore                 \
-       -Wl,-u,$(SYMPREFIX)plug_in_icc_profile_apply_rgb                \
        -Wl,-u,$(SYMPREFIX)gimp_vectors_undo_get_type                   \
        -Wl,-u,$(SYMPREFIX)gimp_vectors_mod_undo_get_type               \
        -Wl,-u,$(SYMPREFIX)gimp_vectors_prop_undo_get_type              \
diff --git a/app/operations/tests/Makefile.am b/app/operations/tests/Makefile.am
index 6940db9..13d0ad1 100644
--- a/app/operations/tests/Makefile.am
+++ b/app/operations/tests/Makefile.am
@@ -31,7 +31,6 @@ AM_LDFLAGS = \
        -Wl,-u,$(SYMPREFIX)internal_procs_init                  \
        -Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore         \
        -Wl,-u,$(SYMPREFIX)gimp_pdb_compat_param_spec           \
-       -Wl,-u,$(SYMPREFIX)plug_in_icc_profile_apply_rgb        \
        -Wl,-u,$(SYMPREFIX)gimp_vectors_undo_get_type           \
        -Wl,-u,$(SYMPREFIX)gimp_vectors_mod_undo_get_type       \
        -Wl,-u,$(SYMPREFIX)gimp_vectors_prop_undo_get_type      
diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am
index 6571d66..02eec87 100644
--- a/app/tests/Makefile.am
+++ b/app/tests/Makefile.am
@@ -72,7 +72,6 @@ AM_LDFLAGS = \
        -Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore         \
        -Wl,-u,$(SYMPREFIX)gimp_pdb_compat_param_spec           \
        -Wl,-u,$(SYMPREFIX)gui_init                             \
-       -Wl,-u,$(SYMPREFIX)plug_in_icc_profile_apply_rgb        \
        -Wl,-u,$(SYMPREFIX)gimp_image_map_config_get_type       \
        -Wl,-u,$(SYMPREFIX)gimp_vectors_undo_get_type           \
        -Wl,-u,$(SYMPREFIX)gimp_vectors_mod_undo_get_type       \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]