Skip to content

Commit bffac3e

Browse files
authored
inc: add required include files at instal (#253)
Install AEEStdDef.h, HAP_debug.h and HAP_farf.h that are required by to compile the skel and stub files generated by qaic compiler. qaic compiler includes these header files, however fastrpc does not install these files, fix this by installing the required files.
2 parents 2723593 + 12e90f2 commit bffac3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inc/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Export fastrpc headers
22
fastrpc_includedir = $(includedir)/fastrpc
33
fastrpc_include_HEADERS = $(top_srcdir)/inc/AEEStdErr.h
4+
fastrpc_include_HEADERS += $(top_srcdir)/inc/AEEStdDef.h
45
fastrpc_include_HEADERS += $(top_srcdir)/inc/remote.h
56
fastrpc_include_HEADERS += $(top_srcdir)/inc/rpcmem.h
7+
fastrpc_include_HEADERS += $(top_srcdir)/inc/HAP_farf.h
8+
fastrpc_include_HEADERS += $(top_srcdir)/inc/HAP_debug.h
69

710
noinst_HEADERS = \
811
AEEBufBound.h \
912
AEEQList.h \
10-
AEEStdDef.h \
1113
AEEstd.h \
12-
HAP_debug.h \
13-
HAP_farf.h \
1414
HAP_farf_internal.h \
1515
HAP_pls.h \
1616
adsp_current_process.h \

0 commit comments

Comments
 (0)