mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 08:34:20 +02:00
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
|
checker-type.cpp
|
||||||
|
|
||||||
libchecker_la_CPPFLAGS = \
|
libchecker_la_CPPFLAGS = \
|
||||||
|
$(LTDLINCL) \
|
||||||
$(BOOST_CPPFLAGS) \
|
$(BOOST_CPPFLAGS) \
|
||||||
-I${top_srcdir}/lib \
|
-I${top_srcdir}/lib \
|
||||||
-I${top_srcdir}/components
|
-I${top_srcdir}/components
|
||||||
|
@ -19,6 +19,7 @@ libcompat_la_SOURCES = \
|
|||||||
compat-type.cpp
|
compat-type.cpp
|
||||||
|
|
||||||
libcompat_la_CPPFLAGS = \
|
libcompat_la_CPPFLAGS = \
|
||||||
|
$(LTDLINCL) \
|
||||||
$(BOOST_CPPFLAGS) \
|
$(BOOST_CPPFLAGS) \
|
||||||
-I${top_srcdir}/lib \
|
-I${top_srcdir}/lib \
|
||||||
-I${top_srcdir}/components
|
-I${top_srcdir}/components
|
||||||
|
@ -15,6 +15,7 @@ libdelegation_la_SOURCES = \
|
|||||||
delegation-type.cpp
|
delegation-type.cpp
|
||||||
|
|
||||||
libdelegation_la_CPPFLAGS = \
|
libdelegation_la_CPPFLAGS = \
|
||||||
|
$(LTDLINCL) \
|
||||||
$(BOOST_CPPFLAGS) \
|
$(BOOST_CPPFLAGS) \
|
||||||
-I${top_srcdir}/lib \
|
-I${top_srcdir}/lib \
|
||||||
-I${top_srcdir}/components
|
-I${top_srcdir}/components
|
||||||
|
@ -15,6 +15,7 @@ libdemo_la_SOURCES = \
|
|||||||
demo-type.cpp
|
demo-type.cpp
|
||||||
|
|
||||||
libdemo_la_CPPFLAGS = \
|
libdemo_la_CPPFLAGS = \
|
||||||
|
$(LTDLINCL) \
|
||||||
$(BOOST_CPPFLAGS) \
|
$(BOOST_CPPFLAGS) \
|
||||||
-I${top_srcdir}/lib \
|
-I${top_srcdir}/lib \
|
||||||
-I${top_srcdir}/components
|
-I${top_srcdir}/components
|
||||||
|
@ -47,6 +47,7 @@ liblivestatus_la_SOURCES = \
|
|||||||
table.h
|
table.h
|
||||||
|
|
||||||
liblivestatus_la_CPPFLAGS = \
|
liblivestatus_la_CPPFLAGS = \
|
||||||
|
$(LTDLINCL) \
|
||||||
$(BOOST_CPPFLAGS) \
|
$(BOOST_CPPFLAGS) \
|
||||||
-I${top_srcdir}/lib \
|
-I${top_srcdir}/lib \
|
||||||
-I${top_srcdir}/components
|
-I${top_srcdir}/components
|
||||||
|
@ -15,6 +15,7 @@ libnotification_la_SOURCES = \
|
|||||||
notification-type.cpp
|
notification-type.cpp
|
||||||
|
|
||||||
libnotification_la_CPPFLAGS = \
|
libnotification_la_CPPFLAGS = \
|
||||||
|
$(LTDLINCL) \
|
||||||
$(BOOST_CPPFLAGS) \
|
$(BOOST_CPPFLAGS) \
|
||||||
-I${top_srcdir}/lib \
|
-I${top_srcdir}/lib \
|
||||||
-I${top_srcdir}/components
|
-I${top_srcdir}/components
|
||||||
|
@ -15,6 +15,7 @@ libreplication_la_SOURCES = \
|
|||||||
replication-type.cpp
|
replication-type.cpp
|
||||||
|
|
||||||
libreplication_la_CPPFLAGS = \
|
libreplication_la_CPPFLAGS = \
|
||||||
|
$(LTDLINCL) \
|
||||||
$(BOOST_CPPFLAGS) \
|
$(BOOST_CPPFLAGS) \
|
||||||
-I${top_srcdir}/lib \
|
-I${top_srcdir}/lib \
|
||||||
-I${top_srcdir}/components
|
-I${top_srcdir}/components
|
||||||
|
@ -41,6 +41,7 @@ libconfig_la_SOURCES = \
|
|||||||
|
|
||||||
libconfig_la_CPPFLAGS = \
|
libconfig_la_CPPFLAGS = \
|
||||||
-DI2_CONFIG_BUILD \
|
-DI2_CONFIG_BUILD \
|
||||||
|
$(LTDLINCL) \
|
||||||
$(BOOST_CPPFLAGS) \
|
$(BOOST_CPPFLAGS) \
|
||||||
-I${top_srcdir}/lib
|
-I${top_srcdir}/lib
|
||||||
|
|
||||||
|
@ -82,6 +82,7 @@ libicinga_la_SOURCES = \
|
|||||||
|
|
||||||
libicinga_la_CPPFLAGS = \
|
libicinga_la_CPPFLAGS = \
|
||||||
-DI2_ICINGA_BUILD \
|
-DI2_ICINGA_BUILD \
|
||||||
|
$(LTDLINCL) \
|
||||||
$(BOOST_CPPFLAGS) \
|
$(BOOST_CPPFLAGS) \
|
||||||
-I${top_srcdir}/lib
|
-I${top_srcdir}/lib
|
||||||
|
|
||||||
|
@ -12,6 +12,7 @@ libpython_la_SOURCES = \
|
|||||||
|
|
||||||
libpython_la_CPPFLAGS = \
|
libpython_la_CPPFLAGS = \
|
||||||
-DI2_PYTHON_BUILD \
|
-DI2_PYTHON_BUILD \
|
||||||
|
$(LTDLINCL) \
|
||||||
$(BOOST_CPPFLAGS) \
|
$(BOOST_CPPFLAGS) \
|
||||||
@PYTHON_CSPEC@ \
|
@PYTHON_CSPEC@ \
|
||||||
-I${top_srcdir}/lib
|
-I${top_srcdir}/lib
|
||||||
|
@ -25,6 +25,7 @@ libremoting_la_SOURCES = \
|
|||||||
|
|
||||||
libremoting_la_CPPFLAGS = \
|
libremoting_la_CPPFLAGS = \
|
||||||
-DI2_REMOTING_BUILD \
|
-DI2_REMOTING_BUILD \
|
||||||
|
$(LTDLINCL) \
|
||||||
$(BOOST_CPPFLAGS) \
|
$(BOOST_CPPFLAGS) \
|
||||||
-I${top_srcdir}/lib
|
-I${top_srcdir}/lib
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user