diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-06-30 12:23:32 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-06-30 12:23:32 +0000 |
commit | 63a4f8f76f5fb9159447878a4a85a14d0fbf4bf6 (patch) | |
tree | 9faa4456e2322a3a2f1406321d09dc8fefd0ba73 /src | |
parent | 64b2b98096c6a5b2ac3af59796e07601eee4e28a (diff) |
Add -no-undefined to linker command to build shared library on cygwin too
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
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 |