summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.co.uk>2016-03-15 17:21:00 +0200
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2016-03-16 13:11:20 +0200
commit32ca791df8f855898e007512f3b996a66ffcb09c (patch)
treeb4c1a0d74c46003c940874a4ca5163d217f10acb /Makefile.am
parent4a7503976b5d300a4474b149d877cf579c2a8c05 (diff)
downloadweston-32ca791df8f855898e007512f3b996a66ffcb09c.tar.gz
ivi-shell: introduce ivi-layout-shell.h
This new header encapsulates the API that ivi-layout offers to ivi-shell.c to call. ivi-shell.c no longer uses ivi-layout-private.h. This limits the ivi-layout internal structures to just ivi-layout code. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Emre Ucan <eucan@de.adit-jv.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fe08d949..318a8376 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -893,6 +893,7 @@ ivi_shell_la_CFLAGS = $(AM_CFLAGS) $(COMPOSITOR_CFLAGS)
ivi_shell_la_SOURCES = \
ivi-shell/ivi-layout-export.h \
ivi-shell/ivi-layout-private.h \
+ ivi-shell/ivi-layout-shell.h \
ivi-shell/ivi-layout.c \
ivi-shell/ivi-layout-transition.c \
ivi-shell/ivi-shell.h \