From: Gunnar Beutner Date: Fri, 6 Jul 2012 13:56:31 +0000 (+0200) Subject: Link convenience module into icinga app when building with --disable-shared. X-Git-Tag: v0.0.1~302 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8b112689ec9752334b88ac3aecc7d2c2a7e741d;p=icinga2 Link convenience module into icinga app when building with --disable-shared. --- diff --git a/icinga-app/Makefile.am b/icinga-app/Makefile.am index 9ee0e406e..755182056 100644 --- a/icinga-app/Makefile.am +++ b/icinga-app/Makefile.am @@ -29,6 +29,7 @@ icinga_LDADD = \ -dlopen ${top_builddir}/components/cibsync/cibsync.la \ -dlopen ${top_builddir}/components/compat/compat.la \ -dlopen ${top_builddir}/components/configfile/configfile.la \ + -dlopen ${top_builddir}/components/convenience/convenience.la \ -dlopen ${top_builddir}/components/delegation/delegation.la \ -dlopen ${top_builddir}/components/demo/demo.la \ -dlopen ${top_builddir}/components/discovery/discovery.la