From: Gunnar Beutner Date: Fri, 28 Sep 2012 13:30:42 +0000 (+0200) Subject: Fixed linking against compatido when using --disable-shared. X-Git-Tag: v0.0.1~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6254baea36b66abd6e6972f2b785fc00b33bdf8;p=icinga2 Fixed linking against compatido when using --disable-shared. --- diff --git a/icinga-app/Makefile.am b/icinga-app/Makefile.am index f59b98f26..813af82a7 100644 --- a/icinga-app/Makefile.am +++ b/icinga-app/Makefile.am @@ -35,6 +35,7 @@ icinga2_LDADD = \ -dlopen ${top_builddir}/components/checker/checker.la \ -dlopen ${top_builddir}/components/replication/replication.la \ -dlopen ${top_builddir}/components/compat/compat.la \ + -dlopen ${top_builddir}/components/compatido/compatido.la \ -dlopen ${top_builddir}/components/delegation/delegation.la \ -dlopen ${top_builddir}/components/demo/demo.la