From: Gunnar Beutner Date: Tue, 3 Jul 2012 06:31:30 +0000 (+0200) Subject: Fixed build scripts for *NIX. X-Git-Tag: v0.0.1~320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02482463d3c4f6c7f19a15a07c8fd502d61933aa;p=icinga2 Fixed build scripts for *NIX. --- diff --git a/icinga-app/Makefile.am b/icinga-app/Makefile.am index e6f97438b..50969ebd7 100644 --- a/icinga-app/Makefile.am +++ b/icinga-app/Makefile.am @@ -22,9 +22,9 @@ icinga_LDADD = \ ${top_builddir}/base/libbase.la \ ${top_builddir}/icinga/libicinga.la \ -dlopen ${top_builddir}/components/checker/checker.la \ + -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/configrpc/configrpc.la \ -dlopen ${top_builddir}/components/delegation/delegation.la \ -dlopen ${top_builddir}/components/demo/demo.la \ -dlopen ${top_builddir}/components/discovery/discovery.la