Skip to content

Commit

Permalink
Fix include directory for ltdl.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarbeutner committed Jul 2, 2013
1 parent 43793a1 commit 8e880a3
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/checker/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ libchecker_la_SOURCES = \
checker-type.cpp

libchecker_la_CPPFLAGS = \
$(LTDLINCL) \
$(BOOST_CPPFLAGS) \
-I${top_srcdir}/lib \
-I${top_srcdir}/components
Expand Down
1 change: 1 addition & 0 deletions components/compat/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ libcompat_la_SOURCES = \
compat-type.cpp

libcompat_la_CPPFLAGS = \
$(LTDLINCL) \
$(BOOST_CPPFLAGS) \
-I${top_srcdir}/lib \
-I${top_srcdir}/components
Expand Down
1 change: 1 addition & 0 deletions components/delegation/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ libdelegation_la_SOURCES = \
delegation-type.cpp

libdelegation_la_CPPFLAGS = \
$(LTDLINCL) \
$(BOOST_CPPFLAGS) \
-I${top_srcdir}/lib \
-I${top_srcdir}/components
Expand Down
1 change: 1 addition & 0 deletions components/demo/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ libdemo_la_SOURCES = \
demo-type.cpp

libdemo_la_CPPFLAGS = \
$(LTDLINCL) \
$(BOOST_CPPFLAGS) \
-I${top_srcdir}/lib \
-I${top_srcdir}/components
Expand Down
1 change: 1 addition & 0 deletions components/livestatus/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ liblivestatus_la_SOURCES = \
table.h

liblivestatus_la_CPPFLAGS = \
$(LTDLINCL) \
$(BOOST_CPPFLAGS) \
-I${top_srcdir}/lib \
-I${top_srcdir}/components
Expand Down
1 change: 1 addition & 0 deletions components/notification/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ libnotification_la_SOURCES = \
notification-type.cpp

libnotification_la_CPPFLAGS = \
$(LTDLINCL) \
$(BOOST_CPPFLAGS) \
-I${top_srcdir}/lib \
-I${top_srcdir}/components
Expand Down
1 change: 1 addition & 0 deletions components/replication/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ libreplication_la_SOURCES = \
replication-type.cpp

libreplication_la_CPPFLAGS = \
$(LTDLINCL) \
$(BOOST_CPPFLAGS) \
-I${top_srcdir}/lib \
-I${top_srcdir}/components
Expand Down
1 change: 1 addition & 0 deletions lib/config/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ libconfig_la_SOURCES = \

libconfig_la_CPPFLAGS = \
-DI2_CONFIG_BUILD \
$(LTDLINCL) \
$(BOOST_CPPFLAGS) \
-I${top_srcdir}/lib

Expand Down
1 change: 1 addition & 0 deletions lib/icinga/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ libicinga_la_SOURCES = \

libicinga_la_CPPFLAGS = \
-DI2_ICINGA_BUILD \
$(LTDLINCL) \
$(BOOST_CPPFLAGS) \
-I${top_srcdir}/lib

Expand Down
1 change: 1 addition & 0 deletions lib/python/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ libpython_la_SOURCES = \

libpython_la_CPPFLAGS = \
-DI2_PYTHON_BUILD \
$(LTDLINCL) \
$(BOOST_CPPFLAGS) \
@PYTHON_CSPEC@ \
-I${top_srcdir}/lib
Expand Down
1 change: 1 addition & 0 deletions lib/remoting/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ libremoting_la_SOURCES = \

libremoting_la_CPPFLAGS = \
-DI2_REMOTING_BUILD \
$(LTDLINCL) \
$(BOOST_CPPFLAGS) \
-I${top_srcdir}/lib

Expand Down

0 comments on commit 8e880a3

Please sign in to comment.