diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-05-05 14:27:25 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-05-05 15:38:48 -0400 |
commit | ec724fe0fda84b34a4631bbe1a1053acc22bf8ac (patch) | |
tree | f3da991f5457770bb6b83cd5ec0386028241181c /gtk/Makefile.am | |
parent | 92597da3a02cd4c7b3847a517931453209ba075d (diff) | |
download | gtk+-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.am | 2 |
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) |