From e6254baea36b66abd6e6972f2b785fc00b33bdf8 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 28 Sep 2012 15:30:42 +0200 Subject: [PATCH] Fixed linking against compatido when using --disable-shared. --- icinga-app/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1