summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArnie Reynoso <arnier@ti.com>2013-03-08 11:59:11 -0800
committerChris Ring <cring@ti.com>2013-03-12 15:42:55 -0700
commit64c138981ee7e4bf612d4aeaa8858c47f25d3a50 (patch)
tree69eff419026d193402e2c18346f424a8ad24ce35 /Makefile.am
parentbf214bc09332996539fa68dc453c8e90d6f12bb7 (diff)
downloadipc-64c138981ee7e4bf612d4aeaa8858c47f25d3a50.tar.gz
Linux: Converted all SysLink references to Ipc
Remove SysLink_create/destroy and replaced them with Ipc_start/stop functions Signed-off-by: Chris Ring <cring@ti.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c739049..d608d68 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,7 +43,8 @@ install-exec-hook:
ipcincludedir = $(includedir)/ti/ipc
# the list of common header files (to be installed later)
-ipcinclude_HEADERS = $(top_srcdir)/packages/ti/ipc/MessageQ.h \
+ipcinclude_HEADERS = $(top_srcdir)/packages/ti/ipc/Ipc.h \
+ $(top_srcdir)/packages/ti/ipc/MessageQ.h \
$(top_srcdir)/packages/ti/ipc/MultiProc.h \
$(top_srcdir)/packages/ti/ipc/NameServer.h