X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libspi%2FMakefile.am;h=ea022d13547882a217eaae5b89ceff50eaddfe33;hb=ad6c1828a3c1d7bf67f23167a7e7aa8208f6f133;hp=f3d02aace0bdb7dd4b3e6367b17cf01c6d233213;hpb=e07aeb10fff4c7802393f5cbe8460d1097cbec18;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/libspi/Makefile.am b/libspi/Makefile.am index f3d02aa..ea022d1 100644 --- a/libspi/Makefile.am +++ b/libspi/Makefile.am @@ -27,8 +27,10 @@ libspiinclude_HEADERS = accessible.h \ table.h\ text.h\ value.h\ - listener.h \ + listener.h \ + keystrokelistener.h \ accessibleeventlistener.h \ + deviceeventcontroller.h \ registry.h \ Accessibility.h @@ -58,6 +60,8 @@ libspi_la_SOURCES = accessible.c \ component.h \ desktop.c \ desktop.h \ + deviceeventcontroller.c \ + deviceeventcontroller.h \ editabletext.c\ editabletext.h\ hyperlink.c\ @@ -66,6 +70,8 @@ libspi_la_SOURCES = accessible.c \ hypertext.h\ image.c\ image.h\ + keystrokelistener.c\ + keystrokelistener.h\ selection.c\ selection.h\ table.c\