mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 07:04:37 +02:00
compatido: fix linux builds from previous renames
This commit is contained in:
parent
3db96f01ce
commit
2c9ac33a32
@ -10,11 +10,10 @@ compatido_la_SOURCES = \
|
|||||||
|
|
||||||
compatido_la_CPPFLAGS = \
|
compatido_la_CPPFLAGS = \
|
||||||
$(BOOST_CPPFLAGS) \
|
$(BOOST_CPPFLAGS) \
|
||||||
-I${top_srcdir}/base \
|
-I${top_srcdir}/lib/base \
|
||||||
-I${top_srcdir}/dyn \
|
-I${top_srcdir}/lib/config \
|
||||||
-I${top_srcdir}/jsonrpc \
|
-I${top_srcdir}/lib/remoting \
|
||||||
-I${top_srcdir}/icinga \
|
-I${top_srcdir}/lib/icinga
|
||||||
-I${top_srcdir}/cib
|
|
||||||
|
|
||||||
compatido_la_LDFLAGS = \
|
compatido_la_LDFLAGS = \
|
||||||
$(BOOST_LDFLAGS) \
|
$(BOOST_LDFLAGS) \
|
||||||
@ -26,9 +25,8 @@ compatido_la_LDFLAGS = \
|
|||||||
compatido_la_LIBADD = \
|
compatido_la_LIBADD = \
|
||||||
$(BOOST_SIGNALS_LIB) \
|
$(BOOST_SIGNALS_LIB) \
|
||||||
$(BOOST_THREAD_LIB) \
|
$(BOOST_THREAD_LIB) \
|
||||||
${top_builddir}/base/libbase.la \
|
${top_builddir}/lib/base/libbase.la \
|
||||||
${top_builddir}/dyn/libdyn.la \
|
${top_builddir}/lib/config/libconfig.la \
|
||||||
${top_builddir}/jsonrpc/libjsonrpc.la \
|
${top_builddir}/lib/remoting/libremoting.la \
|
||||||
${top_builddir}/icinga/libicinga.la \
|
${top_builddir}/lib/icinga/libicinga.la
|
||||||
${top_builddir}/cib/libcib.la
|
|
||||||
|
|
||||||
|
@ -28,9 +28,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <i2-base.h>
|
#include <i2-base.h>
|
||||||
#include <i2-jsonrpc.h>
|
#include <i2-remoting.h>
|
||||||
#include <i2-icinga.h>
|
#include <i2-icinga.h>
|
||||||
#include <i2-cib.h>
|
|
||||||
|
|
||||||
using std::stringstream;
|
using std::stringstream;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user