summaryrefslogtreecommitdiff
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
parent64b2b98096c6a5b2ac3af59796e07601eee4e28a (diff)
Add -no-undefined to linker command to build shared library on cygwin too
-rw-r--r--ChangeLog5
-rw-r--r--src/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index db42cc2..02eb318 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-06-10 Alexander Gottwald <ago at freedesktop dot org>
+ * src/Makefile.am:
+ Add -no-undefined to linker command to build shared library on cygwin too
+
+2005-06-10 Alexander Gottwald <ago at freedesktop dot org>
+
* Makefile.am:
ensure $(buildir)/src and $(builddir)/include/X11 exist before installing
generated files there
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