X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libspi%2FMakefile.am;h=b71fb1c751e55afafcdbf33ef503b1458bac6bab;hb=68b558bcef701bc71b1b7e53f68935f9c632fcdb;hp=600b25753b001a271b692c533dbc72113ad662af;hpb=10693361faaa0aed1c8b887ddaa2fbda774351e4;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/libspi/Makefile.am b/libspi/Makefile.am index 600b257..b71fb1c 100644 --- a/libspi/Makefile.am +++ b/libspi/Makefile.am @@ -2,38 +2,37 @@ lib_LTLIBRARIES = libspi.la INCLUDES = -I $(top_srcdir) \ -I $(top_builddir) \ - -I $(top_srcdir)/libspi \ - -I $(top_builddir)/libspi \ $(LIBSPI_CFLAGS) -LDFLAGS = $(LIBSPI_LIBS) -lXtst @LT_VERSION_INFO@ +LDFLAGS = $(LIBSPI_LIBS) $(XTST_LIBS) @LT_VERSION_INFO@ -DEBUG_CFLAGS=-DSPI_DEBUG +#DEBUG_CFLAGS=-DSPI_DEBUG CFLAGS += $(DEBUG_CFLAGS) libspiincludedir = $(includedir)/at-spi-1.0/libspi -libspiinclude_HEADERS = accessible.h \ - action.h\ - application.h \ - component.h\ - desktop.h \ +libspiinclude_HEADERS = Accessibility.h \ + accessible.h \ + eventlistener.h \ + action.h \ + application.h \ + base.h \ + component.h \ + deviceeventcontroller.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 \ - keymasks.h \ - Accessibility.h + image.h \ + keystrokelistener.h \ + keymasks.h \ + libspi.h \ + listener.h \ + relation.h \ + selection.h \ + table.h \ + text.h \ + value.h IDL_OUT = Accessibility.h Accessibility-stubs.c Accessibility-skels.c Accessibility-common.c @@ -57,6 +56,7 @@ libspi_la_SOURCES = accessible.c \ action.h\ application.c \ application.h \ + base.c \ component.c \ component.h \ desktop.c \ @@ -73,6 +73,8 @@ libspi_la_SOURCES = accessible.c \ image.h\ keystrokelistener.c\ keystrokelistener.h\ + relation.c\ + relation.h\ selection.c\ selection.h\ table.c\ @@ -83,8 +85,7 @@ libspi_la_SOURCES = accessible.c \ value.h\ listener.c \ listener.h \ - accessibleeventlistener.c \ - accessibleeventlistener.h \ + eventlistener.c \ registry.c \ registry.h \ keymasks.h \