[gedit/wip/gcode: 2/2] Export only gedit public functions for plugins
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/wip/gcode: 2/2] Export only gedit public functions for plugins
- Date: Wed, 6 May 2015 09:31:18 +0000 (UTC)
commit 63059c854d314375d54b3e83a693eee09d34b662
Author: Sébastien Wilmet <swilmet gnome org>
Date: Wed May 6 11:29:24 2015 +0200
Export only gedit public functions for plugins
Do not export gcode.
gedit/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gedit/Makefile.am b/gedit/Makefile.am
index a91222e..e49e121 100644
--- a/gedit/Makefile.am
+++ b/gedit/Makefile.am
@@ -28,11 +28,11 @@ gedit_gedit_LDADD = \
gedit_gedit_SOURCES = gedit/gedit.c
-gedit_gedit_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]].*"
+gedit_gedit_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^gedit_.*"
gedit_libgedit_la_CPPFLAGS = $(gedit_common_cppflags)
gedit_libgedit_la_CFLAGS = $(gedit_common_cflags)
-gedit_libgedit_la_LDFLAGS = -avoid-version -export-dynamic -no-undefined -export-symbols-regex "^[^_].*"
+gedit_libgedit_la_LDFLAGS = -avoid-version -export-dynamic -no-undefined -export-symbols-regex "^gedit_.*"
# GEDIT_LIBS must be the last to ensure correct order on some platforms
gedit_libgedit_la_LIBADD = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]