mirror of https://github.com/Icinga/icinga2.git
Fix include directory for ltdl.h.
This commit is contained in:
parent
43793a1884
commit
8e880a3f39
|
@ -15,6 +15,7 @@ libchecker_la_SOURCES = \
|
|||
checker-type.cpp
|
||||
|
||||
libchecker_la_CPPFLAGS = \
|
||||
$(LTDLINCL) \
|
||||
$(BOOST_CPPFLAGS) \
|
||||
-I${top_srcdir}/lib \
|
||||
-I${top_srcdir}/components
|
||||
|
|
|
@ -19,6 +19,7 @@ libcompat_la_SOURCES = \
|
|||
compat-type.cpp
|
||||
|
||||
libcompat_la_CPPFLAGS = \
|
||||
$(LTDLINCL) \
|
||||
$(BOOST_CPPFLAGS) \
|
||||
-I${top_srcdir}/lib \
|
||||
-I${top_srcdir}/components
|
||||
|
|
|
@ -15,6 +15,7 @@ libdelegation_la_SOURCES = \
|
|||
delegation-type.cpp
|
||||
|
||||
libdelegation_la_CPPFLAGS = \
|
||||
$(LTDLINCL) \
|
||||
$(BOOST_CPPFLAGS) \
|
||||
-I${top_srcdir}/lib \
|
||||
-I${top_srcdir}/components
|
||||
|
|
|
@ -15,6 +15,7 @@ libdemo_la_SOURCES = \
|
|||
demo-type.cpp
|
||||
|
||||
libdemo_la_CPPFLAGS = \
|
||||
$(LTDLINCL) \
|
||||
$(BOOST_CPPFLAGS) \
|
||||
-I${top_srcdir}/lib \
|
||||
-I${top_srcdir}/components
|
||||
|
|
|
@ -47,6 +47,7 @@ liblivestatus_la_SOURCES = \
|
|||
table.h
|
||||
|
||||
liblivestatus_la_CPPFLAGS = \
|
||||
$(LTDLINCL) \
|
||||
$(BOOST_CPPFLAGS) \
|
||||
-I${top_srcdir}/lib \
|
||||
-I${top_srcdir}/components
|
||||
|
|
|
@ -15,6 +15,7 @@ libnotification_la_SOURCES = \
|
|||
notification-type.cpp
|
||||
|
||||
libnotification_la_CPPFLAGS = \
|
||||
$(LTDLINCL) \
|
||||
$(BOOST_CPPFLAGS) \
|
||||
-I${top_srcdir}/lib \
|
||||
-I${top_srcdir}/components
|
||||
|
|
|
@ -15,6 +15,7 @@ libreplication_la_SOURCES = \
|
|||
replication-type.cpp
|
||||
|
||||
libreplication_la_CPPFLAGS = \
|
||||
$(LTDLINCL) \
|
||||
$(BOOST_CPPFLAGS) \
|
||||
-I${top_srcdir}/lib \
|
||||
-I${top_srcdir}/components
|
||||
|
|
|
@ -41,6 +41,7 @@ libconfig_la_SOURCES = \
|
|||
|
||||
libconfig_la_CPPFLAGS = \
|
||||
-DI2_CONFIG_BUILD \
|
||||
$(LTDLINCL) \
|
||||
$(BOOST_CPPFLAGS) \
|
||||
-I${top_srcdir}/lib
|
||||
|
||||
|
|
|
@ -82,6 +82,7 @@ libicinga_la_SOURCES = \
|
|||
|
||||
libicinga_la_CPPFLAGS = \
|
||||
-DI2_ICINGA_BUILD \
|
||||
$(LTDLINCL) \
|
||||
$(BOOST_CPPFLAGS) \
|
||||
-I${top_srcdir}/lib
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ libpython_la_SOURCES = \
|
|||
|
||||
libpython_la_CPPFLAGS = \
|
||||
-DI2_PYTHON_BUILD \
|
||||
$(LTDLINCL) \
|
||||
$(BOOST_CPPFLAGS) \
|
||||
@PYTHON_CSPEC@ \
|
||||
-I${top_srcdir}/lib
|
||||
|
|
|
@ -25,6 +25,7 @@ libremoting_la_SOURCES = \
|
|||
|
||||
libremoting_la_CPPFLAGS = \
|
||||
-DI2_REMOTING_BUILD \
|
||||
$(LTDLINCL) \
|
||||
$(BOOST_CPPFLAGS) \
|
||||
-I${top_srcdir}/lib
|
||||
|
||||
|
|
Loading…
Reference in New Issue