summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Rodríguez <cristian.rodriguez@opensuse.org>2010-12-14 15:07:34 -0500
committerAdam Jackson <ajax@redhat.com>2010-12-14 15:07:43 -0500
commit5895de6dedcb8603b6a415d3486395c29501868c (patch)
treec4c9b20d61077613937c0d6b7324038d12806ebb
parent4218339a30a899ceb82a9a057c6b96bce624f917 (diff)
Export only public API symbols
Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Cristian Rodríguez <cristian.rodriguez@opensuse.org>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3333103..ed70165 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,7 +35,7 @@ libFS_la_LIBADD = $(FS_LIBS) $(XTRANS_LIBS)
INCLUDES = -I$(top_srcdir)/include/X11/fonts
-libFS_la_LDFLAGS = -version-number 6:0:0 -no-undefined
+libFS_la_LDFLAGS = -export-symbols-regex '^FS.*' -version-number 6:0:0 -no-undefined
libFSincludedir = $(includedir)/X11/fonts
libFSinclude_HEADERS = \