From: Jelte Jansen Date: Mon, 27 Feb 2012 16:39:28 +0000 (+0100) Subject: [1534] makefile linker addition X-Git-Tag: trac2351_base~226^2~116^2~166^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5ba45e293726f7642f6e081de16bc3b2daff98b;p=thirdparty%2Fkea.git [1534] makefile linker addition --- diff --git a/src/bin/sockcreator/Makefile.am b/src/bin/sockcreator/Makefile.am index 1ac46401f2..f28f8f2cd4 100644 --- a/src/bin/sockcreator/Makefile.am +++ b/src/bin/sockcreator/Makefile.am @@ -16,3 +16,4 @@ pkglibexec_PROGRAMS = b10-sockcreator b10_sockcreator_SOURCES = sockcreator.cc sockcreator.h main.cc b10_sockcreator_LDADD = $(top_builddir)/src/lib/util/io/libutil_io.la +b10_sockcreator_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la