summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-04-18 23:24:48 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-04-18 23:24:48 +0000
commite4eb0288d0ef482704f9141d23bc5e0f65b185b8 (patch)
tree8c452c9e5380746f75d379834084ab4202ba9ac9 /src
parentdca0f59d08dd3e9eaff6bdac551e2a05560e0661 (diff)
Bug 337442 – [patch] Reduce .plt section
2006-04-18 Behdad Esfahbod <behdad@gnome.org> Bug 337442 – [patch] Reduce .plt section * src/Makefile.am: Pass export-symbols-regex to libtool.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 771282a..d52ec31 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -104,7 +104,9 @@ VERSION_CURRENT=8
# AGE must be incremented when an API or ABI addition is made, and REVISION
# must be reset to 0 when this happens.
VERSION_AGE=4
-libvte_la_LDFLAGS = @LDFLAGS@ -version-info $(VERSION_CURRENT):$(VERSION_REVISION):$(VERSION_AGE)
+libvte_la_LDFLAGS = @LDFLAGS@ \
+ -version-info $(VERSION_CURRENT):$(VERSION_REVISION):$(VERSION_AGE) \
+ -export-symbols-regex "^vte_terminal_.*|^_vte_pty_.*|^vte_reaper_.*"
libvte_la_LIBADD = @LIBS@ @VTE_LIBS@ @X_LIBS@
CLEANFILES = marshal.c marshal.h