X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=229b82df9996c331bb203c936ed9e8823e041ddf;hb=14fe84de8f168a34798f2a300eb03b4043e567b5;hp=5cd8b7807e5fccd71873d2cf912545abc2b5994f;hpb=f42154a4dbe9a01cbe950a62b82bd16ae4d4be4c;p=profile%2Fivi%2Fweston-ivi-shell.git diff --git a/Makefile.am b/Makefile.am index 5cd8b78..229b82d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -157,7 +157,11 @@ westoninclude_HEADERS = \ src/compositor.h \ shared/matrix.h \ shared/config-parser.h \ - shared/zalloc.h + shared/zalloc.h \ + ivi-shell/ivi-layout-export.h \ + ivi-shell/ivi-layout-private.h \ + ivi-shell/ivi-shell.h \ + ivi-shell/ivi-shell-ext.h if ENABLE_EGL module_LTLIBRARIES += gl-renderer.la @@ -787,6 +791,8 @@ ivi_shell_la_SOURCES = \ ivi-shell/ivi-shell.h \ ivi-shell/ivi-shell.c \ ivi-shell/ivi-layout-private.h \ + ivi-shell/ivi-shell-ext.h \ + ivi-shell/ivi-shell-ext.c \ ivi-shell/input-panel-ivi.c nodist_ivi_shell_la_SOURCES = \ protocol/ivi-application-protocol.c \