summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2021-06-03 02:48:25 +0100
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2021-06-03 02:48:36 +0100
commitc72a03c5be419debb9194132f4efaf07587e6ae6 (patch)
tree15ea0572325a730a46f667b49ad77ac3621c390e
parentbc36c705c9b057ca880a423021d3c19f02edeadd (diff)
src/Makefile.am: Include fastrpc headers on targetautomake
When running an OE make we want the eventual populate_sdk command to include relevant fastrpc headers to the path /usr/include/fastrpc. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f3c9b61..5c2e0cf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -83,3 +83,5 @@ cdsprpcd_DEPENDENCIES = libcdsp_default_listener.la
cdsprpcd_CFLAGS = -I$(top_srcdir)/inc -DDEFAULT_DOMAIN_ID=3
cdsprpcd_LDADD = -ldl
+otherincludedir = $(includedir)/fastrpc
+otherinclude_HEADERS = $(top_srcdir)/inc/*.h