[vte] build: Export all symbols starting with vte_



commit 78ff0489f1a29506baee65673a8992873c9cf496
Author: Christian Persch <chpe gnome org>
Date:   Thu Mar 27 18:49:37 2014 +0100

    build: Export all symbols starting with vte_
    
    Does't change anything, but is simpler.

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index b6883da..a48f92e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -100,7 +100,7 @@ libvte_ VTE_API_MAJOR_VERSION@_ VTE_API_MINOR_VERSION@_la_LIBADD = $(VTE_LIBS)
 libvte_ VTE_API_MAJOR_VERSION@_ VTE_API_MINOR_VERSION@_la_LDFLAGS = \
        $(VTE_LDFLAGS) \
        -version-info $(LT_VERSION_INFO) \
-       -export-symbols-regex "^vte_terminal_.*|^vte_pty_.*|^vte_get_.*" \
+       -export-symbols-regex "^vte_.*" \
        @LIBTOOL_EXPORT_OPTIONS@ @LIBTOOL_FLAGS@ \
        $(AM_LDFLAGS)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]