Makefile.am: Include $(PIXIE_LIBS) in the main library.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 4 Jun 2016 15:07:31 +0000 (16:07 +0100)
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

index a2ae433..22c7379 100644 (file)
@@ -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.