From 646d0305bfee5d72982ce01151989797b0f5f139 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 26 May 2016 09:26:09 +0100 Subject: [PATCH] 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0