[vte/vte-next] Don't export _vte_debug_* symbols
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-next] Don't export _vte_debug_* symbols
- Date: Sun, 22 May 2011 22:17:30 +0000 (UTC)
commit 37767c0b7f20256be80a586d1b2009d44046c478
Author: Christian Persch <chpe gnome org>
Date: Sat May 7 19:46:42 2011 +0200
Don't export _vte_debug_* symbols
Debug symbols are for internal use only.
src/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 4dc0203..d31703e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -96,7 +96,7 @@ libvte VTE_LIBRARY_SUFFIX_U@_la_LIBADD = $(VTE_LIBS)
libvte VTE_LIBRARY_SUFFIX_U@_la_LDFLAGS = \
$(VTE_LDFLAGS) \
-version-info $(LT_VERSION_INFO) \
- -export-symbols-regex "^vte_terminal_.*|^vte_pty_.*|^vte_get_.*|_vte_debug_.*" \
+ -export-symbols-regex "^vte_terminal_.*|^vte_pty_.*|^vte_get_.*" \
@LIBTOOL_EXPORT_OPTIONS@ @LIBTOOL_FLAGS@ \
$(AM_LDFLAGS)
@@ -146,7 +146,7 @@ vteseq-list.h: vteseq-2.gperf vteseq-n.gperf
bin_PROGRAMS = vte VTE_LIBRARY_SUFFIX_U@
-vte VTE_LIBRARY_SUFFIX_U@_SOURCES = vteapp.c
+vte VTE_LIBRARY_SUFFIX_U@_SOURCES = vteapp.c debug.c debug.h
vte VTE_LIBRARY_SUFFIX_U@_CFLAGS = $(VTE_CFLAGS)
vte VTE_LIBRARY_SUFFIX_U@_LDADD = libvte VTE_LIBRARY_SUFFIX_U@.la $(VTE_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]