From adf70f4596c18982b984639c1b697cd4cabad13f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 7 Jun 2011 17:22:58 -0400 Subject: [PATCH] Fix export_symbols variable in gio/Makefile.am https://bugzilla.gnome.org/show_bug.cgi?id=646608 --- gio/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/Makefile.am b/gio/Makefile.am index 3c7aec7..dcb319b 100644 --- a/gio/Makefile.am +++ b/gio/Makefile.am @@ -456,7 +456,7 @@ else install-def-file: uninstall-def-file: -export_symbols = -export-symbols-regex '^g_.*' +export_symbols = $(LIBTOOL_EXPORT_OPTIONS) endif install-data-local: install-ms-lib install-def-file -- 2.7.4