summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-30 12:23:32 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-30 12:23:32 +0000
commit63a4f8f76f5fb9159447878a4a85a14d0fbf4bf6 (patch)
tree9faa4456e2322a3a2f1406321d09dc8fefd0ba73 /src/Makefile.am
parent64b2b98096c6a5b2ac3af59796e07601eee4e28a (diff)
downloadxorg-lib-libXt-63a4f8f76f5fb9159447878a4a85a14d0fbf4bf6.tar.gz
Add -no-undefined to linker command to build shared library on cygwin too
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7cd8333..ce01282 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -83,5 +83,5 @@ libXt_la_SOURCES = \
libXt_la_LIBADD = @XT_LIBS@
-libXt_la_LDFLAGS = -version-info 6:1:0
+libXt_la_LDFLAGS = -version-info 6:1:0 -no-undefined