From: Gunnar Beutner Date: Sun, 8 Jul 2012 07:57:33 +0000 (+0200) Subject: Added convenience module to list of dependencies. X-Git-Tag: v0.0.1~298 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a6cf57f570aa0adc858f1a88d2082e3b5c1f0d1;p=icinga2 Added convenience module to list of dependencies. --- diff --git a/icinga-app/Makefile.am b/icinga-app/Makefile.am index 755182056..a4a003707 100644 --- a/icinga-app/Makefile.am +++ b/icinga-app/Makefile.am @@ -35,4 +35,5 @@ icinga_LDADD = \ -dlopen ${top_builddir}/components/discovery/discovery.la icinga_DEPENDENCIES = \ - ${top_builddir}/components/configfile/configfile.la + ${top_builddir}/components/configfile/configfile.la \ + ${top_builddir}/components/convenience/convenience.la