[gimp] app: remove obsolete -u smooth_region from Makefile.am



commit 6ed173811cacaeee38769ebb754940efa5685474
Author: Michael Natterer <mitch gimp org>
Date:   Thu Aug 9 19:39:48 2012 +0200

    app: remove obsolete -u smooth_region from Makefile.am

 app/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/app/Makefile.am b/app/Makefile.am
index eb51cbb..b4eb681 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -138,8 +138,7 @@ calm_down_linker = \
 	-Wl,-u,$(SYMPREFIX)gimp_vectors_prop_undo_get_type	\
 	-Wl,-u,$(SYMPREFIX)gimp_curve_map_pixels		\
 	-Wl,-u,$(SYMPREFIX)gimp_param_spec_duplicate		\
-	-Wl,-u,$(SYMPREFIX)gimp_operations_init			\
-	-Wl,-u,$(SYMPREFIX)smooth_region
+	-Wl,-u,$(SYMPREFIX)gimp_operations_init
 
 AM_LDFLAGS = \
 	$(munix)					\



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