summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-12-13 10:25:30 -0800
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-12-13 18:50:07 +0000
commit9d7251c623a66e9138b88148b998250c1c30d67b (patch)
treeea9935bafd0e7ed6b1a5e45b9213bd25ea8d9fc2
parent785fb071999c16a8d786e3d01406ece22bf46b0c (diff)
downloadphosphor-host-ipmid-9d7251c623a66e9138b88148b998250c1c30d67b.tar.gz
phosphor-host-ipmid-9d7251c623a66e9138b88148b998250c1c30d67b.zip
ipmid: user_channel: fix include path for libuserlayer
When built as a subdirectory, building in place works, but building with the source separate from the artifacts (a la Yocto) requires that the include path is set correctly. Change-Id: I0558814190e47b64b4bc504eed44d4a67ecdf156 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
-rw-r--r--user_channel/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_channel/Makefile.am b/user_channel/Makefile.am
index 0b62ada..58a652f 100644
--- a/user_channel/Makefile.am
+++ b/user_channel/Makefile.am
@@ -14,6 +14,7 @@ libuserlayer_la_LDFLAGS = \
$(CRYPTO_LIBS) \
-version-info 0:0:0 -shared
libuserlayer_la_CXXFLAGS = \
+ -I$(top_srcdir) \
$(SYSTEMD_CFLAGS) \
$(libmapper_CFLAGS) \
$(PHOSPHOR_LOGGING_CFLAGS) \
OpenPOWER on IntegriCloud