summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMasayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>2014-03-26 15:16:19 +0900
committerMasayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>2014-03-26 16:01:32 +0900
commit7a6f8485b86d7d9a09b9d0bb21af529f3b3843f9 (patch)
tree2f555dd535a1456a6e7ddc8164bfa66cd460b5f5 /src/Makefile.am
parent4fbe20568de0e07a6bd43f40de3683b51dd3e1da (diff)
downloadico-uxf-weston-plugin-7a6f8485b86d7d9a09b9d0bb21af529f3b3843f9.tar.gz
ico-uxf-weston-plugin-7a6f8485b86d7d9a09b9d0bb21af529f3b3843f9.tar.bz2
ico-uxf-weston-plugin-7a6f8485b86d7d9a09b9d0bb21af529f3b3843f9.zip
Add the tool ico_pseudo_input_device which generates those pseudo devices for a system without a mouse,a touch panel, and a keyboard.submit/tizen/20140326.084841accepted/tizen/ivi/panda/20140326.234219
bug fix: Weston crashes at the time of deletion of surface. Add surface operation interface for a privilege program. Add interface which does not update a thumbnail. bug fix: TIVI-2946 - Incorrect weston.ini with DP output after manually inst all ico-uxf-homescreen. Change-Id: Idd2a1da846b34853a3f05463c98dc5979027caf2 Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 35ff2b8..48eaf76 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,8 +8,6 @@ pkginclude_HEADERS = \
libico_uxf_weston_plugin_la_LIBADD = -ldrm_intel -lrt -lm
libico_uxf_weston_plugin_la_LDFLAGS = -version-info 0:9:0
libico_uxf_weston_plugin_la_SOURCES = \
- ivi-application-protocol.c \
- ivi-controller-protocol.c \
ico_window_mgr-protocol.c \
ico_input_mgr-protocol.c
@@ -81,12 +79,6 @@ ico_input_mgr_la_SOURCES = \
# Wayland protocol(Build by wayland-scanner)
BUILT_SOURCES = \
- ivi-application-protocol.c \
- ivi-application-server-protocol.h \
- ivi-application-client-protocol.h \
- ivi-controller-protocol.c \
- ivi-controller-server-protocol.h \
- ivi-controller-client-protocol.h \
ico_window_mgr-protocol.c \
ico_window_mgr-server-protocol.h \
ico_window_mgr-client-protocol.h \