Link convenience module into icinga app when building with --disable-shared.

This commit is contained in:
Gunnar Beutner 2012-07-06 15:56:31 +02:00
parent de55b5d0d2
commit e8b112689e
1 changed files with 1 additions and 0 deletions

View 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