X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libspi%2FMakefile.am;h=ea022d13547882a217eaae5b89ceff50eaddfe33;hb=ad6c1828a3c1d7bf67f23167a7e7aa8208f6f133;hp=654e3e8fbe6cfb9a53fab9adcb03a730f95b4b22;hpb=a8a7b7723f78a782a021e76f2e1a2a4ec7536abe;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/libspi/Makefile.am b/libspi/Makefile.am index 654e3e8..ea022d1 100644 --- a/libspi/Makefile.am +++ b/libspi/Makefile.am @@ -15,10 +15,22 @@ CFLAGS += $(DEBUG_CFLAGS) libspiincludedir = $(includedir)/libspi libspiinclude_HEADERS = accessible.h \ - component.h \ + action.h\ application.h \ + component.h\ desktop.h \ - listener.h \ + editabletext.h\ + hyperlink.h\ + hypertext.h\ + image.h\ + selection.h\ + table.h\ + text.h\ + value.h\ + listener.h \ + keystrokelistener.h \ + accessibleeventlistener.h \ + deviceeventcontroller.h \ registry.h \ Accessibility.h @@ -40,14 +52,38 @@ CLEANFILES+=$(IDL_OUT) Accessibility-imodule.c libspi_la_SOURCES = accessible.c \ accessible.h \ - application.c \ + action.c\ + action.h\ + application.c \ application.h \ component.c \ component.h \ desktop.c \ desktop.h \ + deviceeventcontroller.c \ + deviceeventcontroller.h \ + editabletext.c\ + editabletext.h\ + hyperlink.c\ + hyperlink.h\ + hypertext.c\ + hypertext.h\ + image.c\ + image.h\ + keystrokelistener.c\ + keystrokelistener.h\ + selection.c\ + selection.h\ + table.c\ + table.h\ + text.c\ + text.h\ + value.c\ + value.h\ listener.c \ listener.h \ + accessibleeventlistener.c \ + accessibleeventlistener.h \ registry.c \ registry.h \ $(IDL_OUT)