summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2010-12-20 14:12:39 +0100
committerJulien Cristau <jcristau@debian.org>2010-12-20 14:15:04 +0100
commit28d1dc68440e07b44a8b97eab9a57bd6ae1557ee (patch)
tree993f21b21b7fba493bfddb7d42bc4a28b99e061d
parentafcb06588e5cc032372c847657fc7883e8f68c59 (diff)
Revert "Export only public API symbols"
Some of the unexported symbols are used by xdm. See http://lists.x.org/pipermail/xorg-devel/2010-December/017246.html This reverts commit b64cac63e0bcdd87bbfd19678552fd7ed1a3b58f. Reported-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Julien Cristau <jcristau@debian.org>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3da33e5..c3b85aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ AM_CFLAGS = \
$(XDMCP_CFLAGS) \
$(CWARNFLAGS)
-libXdmcp_la_LDFLAGS = -export-symbols-regex '^Xdmcp.*' -version-number 6:0:0 -no-undefined
+libXdmcp_la_LDFLAGS = -version-number 6:0:0 -no-undefined
libXdmcp_la_LIBADD = $(XDMCP_LIBS)
libXdmcp_la_SOURCES = \
Array.c \