summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandramohan2013-09-19 09:19:36 -0500
committerGerrit Code Review2013-09-27 11:22:18 -0500
commit9fe561ae819b96df01f0d40d0f76a3ededa6b0fb (patch)
tree99bba683542262feba1bc74a84feff5d72e78ad8
parent30cf86853f5cf6bc838f2b56ca441cc348bedb38 (diff)
downloadrepo-libdce-9fe561ae819b96df01f0d40d0f76a3ededa6b0fb.tar.gz
repo-libdce-9fe561ae819b96df01f0d40d0f76a3ededa6b0fb.tar.xz
repo-libdce-9fe561ae819b96df01f0d40d0f76a3ededa6b0fb.zip
[Linux] Makefile updated to export xdais/fc header3.00.03.02
Makefile changes to export the framework component and xdais header files. Change-Id: I789c53d96ff43ed91bb70e0f774af5078a041365 Signed-off-by: Chandramohan <chandramohan.c@ti.com>
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac1
-rw-r--r--packages/xdais/Makefile.am2
3 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f10122f..dfac4f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,8 @@ SUBDIRS = \
4 packages/codec_engine \ 4 packages/codec_engine \
5 packages/ivahd_codecs \ 5 packages/ivahd_codecs \
6 packages/xdais \ 6 packages/xdais \
7 packages/xdctools 7 packages/xdctools \
8 packages/framework_components
8 9
9 10
10lib_LTLIBRARIES = libdce.la 11lib_LTLIBRARIES = libdce.la
@@ -15,6 +16,7 @@ CE_CFLAGS = \
15 -I$(top_srcdir)/packages/ivahd_codecs \ 16 -I$(top_srcdir)/packages/ivahd_codecs \
16 -I$(top_srcdir)/packages/xdais \ 17 -I$(top_srcdir)/packages/xdais \
17 -I$(top_srcdir)/packages/xdctools \ 18 -I$(top_srcdir)/packages/xdctools \
19 -I$(top_srcdir)/packages/framework_components \
18 -I$(IPC_HEADERS)/ \ 20 -I$(IPC_HEADERS)/ \
19 -DBUILDOS_LINUX=1 -DDCE_DEBUG_LEVEL=1 \ 21 -DBUILDOS_LINUX=1 -DDCE_DEBUG_LEVEL=1 \
20 -DDCE_DEBUG_ENABLE=1 \ 22 -DDCE_DEBUG_ENABLE=1 \
diff --git a/configure.ac b/configure.ac
index 020d14f..98c0c33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,5 +85,6 @@ packages/codec_engine/Makefile
85packages/ivahd_codecs/Makefile 85packages/ivahd_codecs/Makefile
86packages/xdais/Makefile 86packages/xdais/Makefile
87packages/xdctools/Makefile 87packages/xdctools/Makefile
88packages/framework_components/Makefile
88]) 89])
89AC_OUTPUT 90AC_OUTPUT
diff --git a/packages/xdais/Makefile.am b/packages/xdais/Makefile.am
index 2bceeca..6aac227 100644
--- a/packages/xdais/Makefile.am
+++ b/packages/xdais/Makefile.am
@@ -8,4 +8,6 @@ nobase_pkg_include_HEADERS = \
8 ti/xdais/dm/ivideo.h \ 8 ti/xdais/dm/ivideo.h \
9 ti/xdais/dm/xdm.h \ 9 ti/xdais/dm/xdm.h \
10 ti/xdais/ialg.h \ 10 ti/xdais/ialg.h \
11 ti/xdais/ires.h \
12 ti/xdais/ires_common.h \
11 ti/xdais/xdas.h 13 ti/xdais/xdas.h