[gimp/cage: 109/130] app: remove obsolete linking workarounds, they break the build on OSX
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/cage: 109/130] app: remove obsolete linking workarounds, they break the build on OSX
- Date: Thu, 30 Dec 2010 17:57:08 +0000 (UTC)
commit 34a76c0b18243da36a50e192e3db9dd24c94f845
Author: Michael Natterer <mitch gimp org>
Date: Thu Dec 9 15:29:57 2010 +0100
app: remove obsolete linking workarounds, they break the build on OSX
app/Makefile.am | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/app/Makefile.am b/app/Makefile.am
index a324918..8b5a4a1 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -134,12 +134,6 @@ workaround_that_file_depends_on_plug_in = \
-u $(SYMPREFIX)plug_in_icc_profile_apply_rgb \
-u $(SYMPREFIX)gimp_image_map_config_get_type
-# FIXME: for test only
-workaround_to_test_cage = \
- -u $(SYMPREFIX)gimp_cage_get_type \
- -u $(SYMPREFIX)gimp_cage_add_cage_point \
- -u $(SYMPREFIX)gimp_cage_compute_coefficient
-
# core, vectors and gegl are on the same architectural layer, prevent
# the linker from panicing
calm_down_linker = \
@@ -155,8 +149,7 @@ AM_LDFLAGS = \
$(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_to_test_cage)
+ $(workaround_that_file_depends_on_plug_in)
gimpconsoleldadd = \
xcf/libappxcf.a \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]