mirror of https://github.com/Icinga/icinga2.git
Link convenience module into icinga app when building with --disable-shared.
This commit is contained in:
parent
de55b5d0d2
commit
e8b112689e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue