summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-11-14 19:25:08 -0800
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-11-20 22:30:33 +0000
commit15e95f263eecf5e44c22e4a61cefc2305224f987 (patch)
treed03bbbbea65ff8d1297d857803b24bb5dab6aa58 /Makefile.am
parent62c3e2c02a944a86fecd3a363178f70eeb6776d6 (diff)
downloadphosphor-host-ipmid-15e95f263eecf5e44c22e4a61cefc2305224f987.tar.gz
phosphor-host-ipmid-15e95f263eecf5e44c22e4a61cefc2305224f987.zip
move HOST_IPMI_LIB_PATH to configure.ac
Per TODO in Makefile.am, move the definition of HOST_IPMI_LIB_PATH from the Makefile to the configure script. Change-Id: If39bf1193f4502c239a78e21487566b234b746f8 Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 966dbe4..7024a26 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,8 +27,7 @@ CLEANFILES = $(BUILT_SOURCES)
BOOST_CXX = -DBOOST_ERROR_CODE_HEADER_ONLY \
-DBOOST_SYSTEM_NO_DEPRECATED \
-DBOOST_ALL_NO_LIB
-#TODO - Make this path a configure option (bitbake parameter)
-ipmid_CXXFLAGS = -DHOST_IPMI_LIB_PATH=\"/usr/lib/host-ipmid/\" \
+ipmid_CXXFLAGS = \
$(BOOST_CXX) \
$(PHOSPHOR_LOGGING_CFLAGS) \
$(PHOSPHOR_DBUS_INTERFACES_CFLAGS) \
OpenPOWER on IntegriCloud