From: Mark Wooding Date: Wed, 12 Dec 2018 18:54:31 +0000 (+0000) Subject: Makefile.am: Link the main library with $(MLIB_LIBS). X-Git-Tag: 2.3.3~4 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/d908fe4e69dc7ff028f1b903d9af777fa13fffbc?ds=inline;hp=d908fe4e69dc7ff028f1b903d9af777fa13fffbc Makefile.am: Link the main library with $(MLIB_LIBS). Otherwise we miss out `-ladns' and there is sadness. I have no idea why this has only become a problem just now. ---