]> granicus.if.org Git - icinga2/commitdiff
Fixed linking against compatido when using --disable-shared.
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 28 Sep 2012 13:30:42 +0000 (15:30 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 28 Sep 2012 13:30:42 +0000 (15:30 +0200)
icinga-app/Makefile.am

index f59b98f26280226be05597b750a2c6bab18b3cab..813af82a76e437ee0fa3948ca244ad2c4671af82 100644 (file)
@@ -35,6 +35,7 @@ icinga2_LDADD = \
        -dlopen ${top_builddir}/components/checker/checker.la \
        -dlopen ${top_builddir}/components/replication/replication.la \
        -dlopen ${top_builddir}/components/compat/compat.la \
+       -dlopen ${top_builddir}/components/compatido/compatido.la \
        -dlopen ${top_builddir}/components/delegation/delegation.la \
        -dlopen ${top_builddir}/components/demo/demo.la