summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-05-05 14:27:25 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-05-05 15:38:48 -0400
commitec724fe0fda84b34a4631bbe1a1053acc22bf8ac (patch)
treef3da991f5457770bb6b83cd5ec0386028241181c /gtk/Makefile.am
parent92597da3a02cd4c7b3847a517931453209ba075d (diff)
downloadgtk+-ec724fe0fda84b34a4631bbe1a1053acc22bf8ac.tar.gz
Remove regex-based export control
All export control is now happening through annotations in the headers.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)