chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0ba7e5c
)
Makefile.am: Say `-no-undefined' to libtool for the sake of Cygwin.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 15 May 2016 11:30:27 +0000
(12:30 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 16 May 2016 08:20:02 +0000
(09:20 +0100)
Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 777a39dd88c2b8f8c48309bd1e44edfe021824d2..a2ae4332eaf74d577cc18833c41ec510d553f907 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-33,7
+33,8
@@
SUBDIRS =
### The main library.
lib_LTLIBRARIES = libcatacomb.la
### The main library.
lib_LTLIBRARIES = libcatacomb.la
-libcatacomb_la_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO)
+libcatacomb_la_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO) \
+ -no-undefined
libcatacomb_la_LIBADD = $(MATHLIBS) $(mLib_LIBS)
libcatacomb_la_SOURCES =
libcatacomb_la_LIBADD = $(MATHLIBS) $(mLib_LIBS)
libcatacomb_la_SOURCES =