X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libspi%2FMakefile.am;h=5bf3880fad5e7e5bc09b0eacfb2f6b4d6d2333a9;hb=f546ac72097fabd106a0cf277d4db389b811014c;hp=af5a60163ca8ed2f7ee1423a14bee09c928608be;hpb=fa9134cfafbbbb69a4aaa5ea280cd507c8e510ba;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/libspi/Makefile.am b/libspi/Makefile.am index af5a601..5bf3880 100644 --- a/libspi/Makefile.am +++ b/libspi/Makefile.am @@ -6,22 +6,36 @@ INCLUDES = -I $(top_srcdir) \ -I $(top_builddir)/libspi \ $(LIBSPI_CFLAGS) -LDFLAGS = $(LIBSPI_LIBS) @LT_VERSION_INFO@ +LDFLAGS = $(LIBSPI_LIBS) -lXtst @LT_VERSION_INFO@ DEBUG_CFLAGS=-DSPI_DEBUG CFLAGS += $(DEBUG_CFLAGS) -libspiincludedir = $(includedir)/libspi +libspiincludedir = $(includedir)/at-spi-1.0/libspi -libspiinclude_HEADERS = accessible.h \ - component.h \ - application.h \ - desktop.h \ - listener.h \ - accessibleeventlistener.h \ - registry.h \ - Accessibility.h +libspiinclude_HEADERS = Accessibility.h \ + accessible.h \ + accessibleeventlistener.h \ + action.h \ + application.h \ + component.h \ + desktop.h \ + deviceeventcontroller.h \ + editabletext.h\ + hyperlink.h\ + hypertext.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 @@ -41,18 +55,43 @@ 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\ + relation.c\ + relation.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 \ + keymasks.h \ $(IDL_OUT) IDLFLAGS = -I$(BONOBO_ACTIVATION_IDL_DIR) \ @@ -63,7 +102,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 = \