From: Gunnar Beutner Date: Mon, 11 Feb 2013 13:07:52 +0000 (+0100) Subject: Remove the icinga2_DEPENDENCIES variable in icinga-app/Makefile.am. X-Git-Tag: v0.0.2~451 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2304256b41c704beb4b997b214de8eeeef624f66;p=icinga2 Remove the icinga2_DEPENDENCIES variable in icinga-app/Makefile.am. Fixes #3653 --- diff --git a/icinga-app/Makefile.am b/icinga-app/Makefile.am index cd7308502..4e6baccc7 100644 --- a/icinga-app/Makefile.am +++ b/icinga-app/Makefile.am @@ -37,6 +37,3 @@ icinga2_LDADD = \ -dlopen ${top_builddir}/components/delegation/delegation.la \ -dlopen ${top_builddir}/components/demo/demo.la \ -dlopen ${top_builddir}/components/notification/notification.la - -icinga2_DEPENDENCIES = \ - ${top_builddir}/components/replication/replication.la