[gimp/metadata-browser] app: fix typo in Makefile.am: s/SYNPREFIX/SYMPREFIX/



commit 38ec7732ac66e3e8a6d9f28fb3cb6d74aec303d8
Author: Michael Natterer <mitch gimp org>
Date:   Thu May 10 21:36:24 2012 +0200

    app: fix typo in Makefile.am: s/SYNPREFIX/SYMPREFIX/

 app/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/Makefile.am b/app/Makefile.am
index 2793107..57ec5cb 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -141,7 +141,7 @@ calm_down_linker = \
 	-u $(SYMPREFIX)gimp_vectors_prop_undo_get_type		\
 	-u $(SYMPREFIX)gimp_curve_map_pixels			\
 	-u $(SYMPREFIX)gimp_param_spec_duplicate		\
-	-u $(SYNPREFIX)gimp_operations_init
+	-u $(SYMPREFIX)gimp_operations_init
 
 AM_LDFLAGS = \
 	$(munix)					\



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