]> granicus.if.org Git - icinga2/commitdiff
Fix include directory for ltdl.h. v0.0.2
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 2 Jul 2013 14:56:01 +0000 (16:56 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 2 Jul 2013 14:56:01 +0000 (16:56 +0200)
components/checker/Makefile.am
components/compat/Makefile.am
components/delegation/Makefile.am
components/demo/Makefile.am
components/livestatus/Makefile.am
components/notification/Makefile.am
components/replication/Makefile.am
lib/config/Makefile.am
lib/icinga/Makefile.am
lib/python/Makefile.am
lib/remoting/Makefile.am

index 347432d2069ca8547d08bcecd90c579b48e3a087..566d18b00821637175d828de0977ad987d7189e6 100644 (file)
@@ -15,6 +15,7 @@ libchecker_la_SOURCES = \
        checker-type.cpp
 
 libchecker_la_CPPFLAGS = \
+       $(LTDLINCL) \
        $(BOOST_CPPFLAGS) \
        -I${top_srcdir}/lib \
        -I${top_srcdir}/components
index 41ecdd7fbe63199ac2b801b7607eadcf725fc2c4..02d40d3336d481ef7227323b9d538b9217229b25 100644 (file)
@@ -19,6 +19,7 @@ libcompat_la_SOURCES = \
        compat-type.cpp
 
 libcompat_la_CPPFLAGS = \
+       $(LTDLINCL) \
        $(BOOST_CPPFLAGS) \
        -I${top_srcdir}/lib \
        -I${top_srcdir}/components
index ded393a4b6b24c74b4d021ef2050a9022eed9d82..6a1a17ea43b2c02e68cc8a2b9f3bb40c3df50d81 100644 (file)
@@ -15,6 +15,7 @@ libdelegation_la_SOURCES = \
        delegation-type.cpp
 
 libdelegation_la_CPPFLAGS = \
+       $(LTDLINCL) \
        $(BOOST_CPPFLAGS) \
        -I${top_srcdir}/lib \
        -I${top_srcdir}/components
index 0c887ce2d7123e86eafefbe0b4af0ea8d892d835..30fd414f2950ddd3402a2f35448188154c58f186 100644 (file)
@@ -15,6 +15,7 @@ libdemo_la_SOURCES = \
        demo-type.cpp
 
 libdemo_la_CPPFLAGS = \
+       $(LTDLINCL) \
        $(BOOST_CPPFLAGS) \
        -I${top_srcdir}/lib \
        -I${top_srcdir}/components
index eb24855ffc77ed6c920b7a86ea9a22fd98e5db03..62334187df360846d50307de7941319e0c7ce294 100644 (file)
@@ -47,6 +47,7 @@ liblivestatus_la_SOURCES = \
        table.h
 
 liblivestatus_la_CPPFLAGS = \
+       $(LTDLINCL) \
        $(BOOST_CPPFLAGS) \
        -I${top_srcdir}/lib \
        -I${top_srcdir}/components
index 42117764ccf5c2b5fadf87334dfe75bc0d30dd41..a9bfbad5d7276514c6e4e2c1a9c1eae1134914de 100644 (file)
@@ -15,6 +15,7 @@ libnotification_la_SOURCES = \
        notification-type.cpp
 
 libnotification_la_CPPFLAGS = \
+       $(LTDLINCL) \
        $(BOOST_CPPFLAGS) \
        -I${top_srcdir}/lib \
        -I${top_srcdir}/components
index 29e81ae80aeeea76745b73d1d9fd74837022698d..56bcc81dc30a17efd682411f22a7c8750581ef1d 100644 (file)
@@ -15,6 +15,7 @@ libreplication_la_SOURCES = \
        replication-type.cpp
 
 libreplication_la_CPPFLAGS = \
+       $(LTDLINCL) \
        $(BOOST_CPPFLAGS) \
        -I${top_srcdir}/lib \
        -I${top_srcdir}/components
index 62b071bdea66e76c13164f5ac5d13691a1c71f92..14c4a020363e723eb5c2b876c087a127b68ffee7 100644 (file)
@@ -41,6 +41,7 @@ libconfig_la_SOURCES = \
 
 libconfig_la_CPPFLAGS = \
        -DI2_CONFIG_BUILD \
+       $(LTDLINCL) \
        $(BOOST_CPPFLAGS) \
        -I${top_srcdir}/lib
 
index 9e2eeeb78713c8df8ad146cf4eb387cc73739987..590a56a7242443063d1d1135772915deac26fd0e 100644 (file)
@@ -82,6 +82,7 @@ libicinga_la_SOURCES =  \
 
 libicinga_la_CPPFLAGS = \
        -DI2_ICINGA_BUILD \
+       $(LTDLINCL) \
        $(BOOST_CPPFLAGS) \
        -I${top_srcdir}/lib
 
index 0235cd58c4d78fedd4d2a7e845769d7aef57eab2..15fc347b3caae414f84888089ea5d0c1d0ca2970 100644 (file)
@@ -12,6 +12,7 @@ libpython_la_SOURCES =  \
 
 libpython_la_CPPFLAGS = \
        -DI2_PYTHON_BUILD \
+       $(LTDLINCL) \
        $(BOOST_CPPFLAGS) \
        @PYTHON_CSPEC@ \
        -I${top_srcdir}/lib
index 80a3dcf80471596966475aa581e09ea9e01dca12..bbe2c7792a30b88c12425576f4841eb4054132a5 100644 (file)
@@ -25,6 +25,7 @@ libremoting_la_SOURCES = \
 
 libremoting_la_CPPFLAGS = \
        -DI2_REMOTING_BUILD \
+       $(LTDLINCL) \
        $(BOOST_CPPFLAGS) \
        -I${top_srcdir}/lib