From: Mark Wooding Date: Thu, 26 May 2016 08:26:09 +0000 (+0100) Subject: Makefile.am: Include $(PIXIE_LIBS) in the main library. X-Git-Tag: 2.2.3~1^2~4 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/646d0305bfee5d72982ce01151989797b0f5f139 Makefile.am: Include $(PIXIE_LIBS) in the main library. After all, it needs to be able to contact the pixie. I guess I've not had to deal with many stupid systems which hide functions in `-lsocket' recently. --- diff --git a/Makefile.am b/Makefile.am index a2ae4332..22c73795 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ SUBDIRS = lib_LTLIBRARIES = libcatacomb.la libcatacomb_la_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO) \ -no-undefined -libcatacomb_la_LIBADD = $(MATHLIBS) $(mLib_LIBS) +libcatacomb_la_LIBADD = $(MATHLIBS) $(PIXIE_LIBS) $(mLib_LIBS) libcatacomb_la_SOURCES = ## Basic utilities.