From: Gunnar Beutner Date: Mon, 2 Apr 2012 17:46:48 +0000 (+0200) Subject: Build fix for *NIX. X-Git-Tag: v0.0.1~656 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96b4cb68d426e853563c32cc666490db35684c39;p=icinga2 Build fix for *NIX. --- diff --git a/configrpccomponent/Makefile.am b/configrpccomponent/Makefile.am index dbdcbca54..06bbf3d25 100644 --- a/configrpccomponent/Makefile.am +++ b/configrpccomponent/Makefile.am @@ -11,4 +11,4 @@ libconfigrpccomponent_la_SOURCES = \ libconfigrpccomponent_la_CXXFLAGS = -I${top_srcdir}/base -I${top_srcdir}/jsonrpc -I${top_srcdir}/icinga libconfigrpccomponent_la_LDFLAGS = -module -version-info 0:0:0 -no-undefined -libconfigfilecomponent_la_LIBADD = ${top_builddir}/base/libbase.la ${top_builddir}/jsonrpc/libjsonrpc.la +libconfigrpccomponent_la_LIBADD = ${top_builddir}/base/libbase.la ${top_builddir}/jsonrpc/libjsonrpc.la