]> granicus.if.org Git - icinga2/commitdiff
Link convenience module into icinga app when building with --disable-shared.
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 6 Jul 2012 13:56:31 +0000 (15:56 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 6 Jul 2012 13:56:31 +0000 (15:56 +0200)
icinga-app/Makefile.am

index 9ee0e406ec241f7a9c96388937464308183bb75e..755182056aaee1b89b5684a6366cf112208c1dc8 100644 (file)
@@ -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