chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
765fc9d
)
Makefile.am: Link the main library with $(MLIB_LIBS).
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 12 Dec 2018 18:54:31 +0000
(18:54 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 12 Dec 2018 21:53:57 +0000
(21:53 +0000)
Otherwise we miss out `-ladns' and there is sadness. I have no idea why
this has only become a problem just now.
Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 5b3ddba6a49db6f53c4dbd5ea98680442a6b893c..c25344ac2c3aa70fa090cd5d2a600c78e24d14b2 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-35,7
+35,7
@@
lib_LTLIBRARIES = libmLib.la
libmLib_la_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO) \
-no-undefined
libmLib_la_SOURCES =
-libmLib_la_LIBADD =
+libmLib_la_LIBADD =
$(MLIB_LIBS)
###--------------------------------------------------------------------------
### Package-configuration file.