summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSaqib Khan <khansa@us.ibm.com>2017-08-13 13:36:44 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-08-28 16:54:04 +0000
commitc350c61c1be9019705c83216c9a432e5e71ca19e (patch)
tree716b5ba144ce4f1ea3c52ca4b0eabf1ceea087a6 /configure.ac
parente53222d7d3ab7f6b7c96896d2a04fa74c0754e23 (diff)
downloadopenpower-pnor-code-mgmt-c350c61c1be9019705c83216c9a432e5e71ca19e.tar.gz
openpower-pnor-code-mgmt-c350c61c1be9019705c83216c9a432e5e71ca19e.zip
Generate sdbusplus bindings for Associations.
- Generate sdbusplus server bindings for the org.openbmc.Associations interface in the makefile. - Add YAML file that describes the org.openbmc.Associations interface. Change-Id: I496ef17433aeda520d3f2611d8582c5e9759601f Signed-off-by: Saqib Khan <khansa@us.ibm.com>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8abd1b575..33c941d69 100755
--- a/configure.ac
+++ b/configure.ac
@@ -20,6 +20,8 @@ PKG_CHECK_MODULES([SDBUSPLUS], [sdbusplus],,
PKG_CHECK_MODULES([PHOSPHOR_LOGGING], [phosphor-logging],,
[AC_MSG_ERROR([The openbmc/phosphor-logging package is required])])
+AC_PATH_PROG([SDBUSPLUSPLUS], [sdbus++])
+
# Checks for library functions
LT_INIT # Required for systemd linking
OpenPOWER on IntegriCloud