From ec724fe0fda84b34a4631bbe1a1053acc22bf8ac Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 5 May 2013 14:27:25 -0400 Subject: Remove regex-based export control All export control is now happening through annotations in the headers. --- gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/Makefile.am') diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 69675210cb..326494e82b 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -121,7 +121,7 @@ deps = \ libtool_opts = \ $(GTK_LINK_FLAGS) \ -version-info $(LT_VERSION_INFO) \ - -export-dynamic $(no_undefined) $(LIBTOOL_EXPORT_OPTIONS) \ + -export-dynamic $(no_undefined) \ -rpath $(libdir) $(libgtk_target_ldflags) -- cgit v1.2.1