From 8e880a3f3943807d3ac83ed801b2074f64247662 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 2 Jul 2013 16:56:01 +0200 Subject: [PATCH] Fix include directory for ltdl.h. --- components/checker/Makefile.am | 1 + components/compat/Makefile.am | 1 + components/delegation/Makefile.am | 1 + components/demo/Makefile.am | 1 + components/livestatus/Makefile.am | 1 + components/notification/Makefile.am | 1 + components/replication/Makefile.am | 1 + lib/config/Makefile.am | 1 + lib/icinga/Makefile.am | 1 + lib/python/Makefile.am | 1 + lib/remoting/Makefile.am | 1 + 11 files changed, 11 insertions(+) diff --git a/components/checker/Makefile.am b/components/checker/Makefile.am index 347432d20..566d18b00 100644 --- a/components/checker/Makefile.am +++ b/components/checker/Makefile.am @@ -15,6 +15,7 @@ libchecker_la_SOURCES = \ checker-type.cpp libchecker_la_CPPFLAGS = \ + $(LTDLINCL) \ $(BOOST_CPPFLAGS) \ -I${top_srcdir}/lib \ -I${top_srcdir}/components diff --git a/components/compat/Makefile.am b/components/compat/Makefile.am index 41ecdd7fb..02d40d333 100644 --- a/components/compat/Makefile.am +++ b/components/compat/Makefile.am @@ -19,6 +19,7 @@ libcompat_la_SOURCES = \ compat-type.cpp libcompat_la_CPPFLAGS = \ + $(LTDLINCL) \ $(BOOST_CPPFLAGS) \ -I${top_srcdir}/lib \ -I${top_srcdir}/components diff --git a/components/delegation/Makefile.am b/components/delegation/Makefile.am index ded393a4b..6a1a17ea4 100644 --- a/components/delegation/Makefile.am +++ b/components/delegation/Makefile.am @@ -15,6 +15,7 @@ libdelegation_la_SOURCES = \ delegation-type.cpp libdelegation_la_CPPFLAGS = \ + $(LTDLINCL) \ $(BOOST_CPPFLAGS) \ -I${top_srcdir}/lib \ -I${top_srcdir}/components diff --git a/components/demo/Makefile.am b/components/demo/Makefile.am index 0c887ce2d..30fd414f2 100644 --- a/components/demo/Makefile.am +++ b/components/demo/Makefile.am @@ -15,6 +15,7 @@ libdemo_la_SOURCES = \ demo-type.cpp libdemo_la_CPPFLAGS = \ + $(LTDLINCL) \ $(BOOST_CPPFLAGS) \ -I${top_srcdir}/lib \ -I${top_srcdir}/components diff --git a/components/livestatus/Makefile.am b/components/livestatus/Makefile.am index eb24855ff..62334187d 100644 --- a/components/livestatus/Makefile.am +++ b/components/livestatus/Makefile.am @@ -47,6 +47,7 @@ liblivestatus_la_SOURCES = \ table.h liblivestatus_la_CPPFLAGS = \ + $(LTDLINCL) \ $(BOOST_CPPFLAGS) \ -I${top_srcdir}/lib \ -I${top_srcdir}/components diff --git a/components/notification/Makefile.am b/components/notification/Makefile.am index 42117764c..a9bfbad5d 100644 --- a/components/notification/Makefile.am +++ b/components/notification/Makefile.am @@ -15,6 +15,7 @@ libnotification_la_SOURCES = \ notification-type.cpp libnotification_la_CPPFLAGS = \ + $(LTDLINCL) \ $(BOOST_CPPFLAGS) \ -I${top_srcdir}/lib \ -I${top_srcdir}/components diff --git a/components/replication/Makefile.am b/components/replication/Makefile.am index 29e81ae80..56bcc81dc 100644 --- a/components/replication/Makefile.am +++ b/components/replication/Makefile.am @@ -15,6 +15,7 @@ libreplication_la_SOURCES = \ replication-type.cpp libreplication_la_CPPFLAGS = \ + $(LTDLINCL) \ $(BOOST_CPPFLAGS) \ -I${top_srcdir}/lib \ -I${top_srcdir}/components diff --git a/lib/config/Makefile.am b/lib/config/Makefile.am index 62b071bde..14c4a0203 100644 --- a/lib/config/Makefile.am +++ b/lib/config/Makefile.am @@ -41,6 +41,7 @@ libconfig_la_SOURCES = \ libconfig_la_CPPFLAGS = \ -DI2_CONFIG_BUILD \ + $(LTDLINCL) \ $(BOOST_CPPFLAGS) \ -I${top_srcdir}/lib diff --git a/lib/icinga/Makefile.am b/lib/icinga/Makefile.am index 9e2eeeb78..590a56a72 100644 --- a/lib/icinga/Makefile.am +++ b/lib/icinga/Makefile.am @@ -82,6 +82,7 @@ libicinga_la_SOURCES = \ libicinga_la_CPPFLAGS = \ -DI2_ICINGA_BUILD \ + $(LTDLINCL) \ $(BOOST_CPPFLAGS) \ -I${top_srcdir}/lib diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index 0235cd58c..15fc347b3 100644 --- a/lib/python/Makefile.am +++ b/lib/python/Makefile.am @@ -12,6 +12,7 @@ libpython_la_SOURCES = \ libpython_la_CPPFLAGS = \ -DI2_PYTHON_BUILD \ + $(LTDLINCL) \ $(BOOST_CPPFLAGS) \ @PYTHON_CSPEC@ \ -I${top_srcdir}/lib diff --git a/lib/remoting/Makefile.am b/lib/remoting/Makefile.am index 80a3dcf80..bbe2c7792 100644 --- a/lib/remoting/Makefile.am +++ b/lib/remoting/Makefile.am @@ -25,6 +25,7 @@ libremoting_la_SOURCES = \ libremoting_la_CPPFLAGS = \ -DI2_REMOTING_BUILD \ + $(LTDLINCL) \ $(BOOST_CPPFLAGS) \ -I${top_srcdir}/lib -- 2.40.0