X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libspi%2FMakefile.am;h=977ace87bd5571278d4f1ed3ead36d7a7e68f003;hb=cf8ff202f18c6a518bab06b7e6e00d132d893626;hp=f3d02aace0bdb7dd4b3e6367b17cf01c6d233213;hpb=e07aeb10fff4c7802393f5cbe8460d1097cbec18;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/libspi/Makefile.am b/libspi/Makefile.am index f3d02aa..977ace8 100644 --- a/libspi/Makefile.am +++ b/libspi/Makefile.am @@ -2,35 +2,39 @@ lib_LTLIBRARIES = libspi.la INCLUDES = -I $(top_srcdir) \ -I $(top_builddir) \ - -I $(top_srcdir)/libspi \ - -I $(top_builddir)/libspi \ $(LIBSPI_CFLAGS) -LDFLAGS = $(LIBSPI_LIBS) @LT_VERSION_INFO@ +LDFLAGS = $(LIBSPI_LIBS) $(XTST_LIBS) @LT_VERSION_INFO@ -DEBUG_CFLAGS=-DSPI_DEBUG +#DEBUG_CFLAGS=-DSPI_DEBUG CFLAGS += $(DEBUG_CFLAGS) -libspiincludedir = $(includedir)/libspi +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 \ + accessibleeventlistener.h \ + action.h \ + application.h \ + base.h \ + component.h \ + desktop.h \ + deviceeventcontroller.h \ editabletext.h\ hyperlink.h\ hypertext.h\ - image.h\ - selection.h\ - table.h\ - text.h\ - value.h\ - listener.h \ - accessibleeventlistener.h \ - registry.h \ - Accessibility.h + image.h \ + keystrokelistener.h \ + keymasks.h \ + libspi.h \ + listener.h \ + registry.h \ + relation.h \ + selection.h \ + table.h \ + text.h \ + value.h IDL_OUT = Accessibility.h Accessibility-stubs.c Accessibility-skels.c Accessibility-common.c @@ -58,6 +62,8 @@ libspi_la_SOURCES = accessible.c \ component.h \ desktop.c \ desktop.h \ + deviceeventcontroller.c \ + deviceeventcontroller.h \ editabletext.c\ editabletext.h\ hyperlink.c\ @@ -66,6 +72,10 @@ libspi_la_SOURCES = accessible.c \ hypertext.h\ image.c\ image.h\ + keystrokelistener.c\ + keystrokelistener.h\ + relation.c\ + relation.h\ selection.c\ selection.h\ table.c\ @@ -80,6 +90,7 @@ libspi_la_SOURCES = accessible.c \ accessibleeventlistener.h \ registry.c \ registry.h \ + keymasks.h \ $(IDL_OUT) IDLFLAGS = -I$(BONOBO_ACTIVATION_IDL_DIR) \ @@ -90,7 +101,7 @@ IDLFLAGS = -I$(BONOBO_ACTIVATION_IDL_DIR) \ $(IDL_OUT) Accessibility-imodule.c : $(IDL) $(ORBIT_IDL) $(ORBIT_IDL) -D__ACCESSIBILITY_COMPILATION__ $(IDLFLAGS) $(top_srcdir)/idl/Accessibility.idl -orbittypelibdir = $(libdir)/orbit +orbittypelibdir = $(libdir)/orbit-2.0 orbittypelib_LTLIBRARIES = Accessibility_module.la Accessibility_module_la_LDFLAGS = \