Fixed bug #517761, Collection match rules not working for attributes.
[platform/core/uifw/at-spi2-atk.git] / libspi / Makefile.am
index 55e9f58..fda146b 100644 (file)
@@ -6,7 +6,8 @@ INCLUDES = -I$(top_srcdir)      \
            -I$(top_builddir)   \
            $(LIBSPI_DEBUG_CFLAGS)      \
            $(WARN_CFLAGS)      \
-           $(LIBSPI_CFLAGS)
+           $(LIBSPI_CFLAGS)     \
+           $(X_CFLAGS)
 
 libspi_la_LDFLAGS = @LT_VERSION_INFO@ -no-undefined
 libspi_la_LIBADD = $(LIBSPI_LIBS) $(XTST_LIBS)
@@ -20,6 +21,7 @@ libspiinclude_HEADERS =               \
        action.h                \
        application.h           \
        base.h                  \
+       collection.h            \
        component.h             \
        document.h              \
        editabletext.h          \
@@ -31,6 +33,7 @@ libspiinclude_HEADERS =               \
        keymasks.h              \
        libspi.h                \
        listener.h              \
+       matchrule.h             \
        relation.h              \
        remoteobject.h          \
        selection.h             \
@@ -47,6 +50,7 @@ IDL_DEPS = \
        $(top_srcdir)/idl/Accessibility_Accessible.idl          \
        $(top_srcdir)/idl/Accessibility_Action.idl              \
        $(top_srcdir)/idl/Accessibility_Application.idl         \
+       $(top_srcdir)/idl/Accessibility_Collection.idl          \
        $(top_srcdir)/idl/Accessibility_Component.idl           \
        $(top_srcdir)/idl/Accessibility_Desktop.idl             \
        $(top_srcdir)/idl/Accessibility_EditableText.idl        \
@@ -74,6 +78,7 @@ libspi_la_SOURCES =           \
        action.c                \
        application.c           \
        base.c                  \
+       collection.c            \
        component.c             \
        document.c              \
        editabletext.c          \
@@ -81,6 +86,7 @@ libspi_la_SOURCES =           \
        hypertext.c             \
        image.c                 \
        devicelistener.c        \
+       matchrule.c             \
        relation.c              \
        remoteobject.c          \
        selection.c             \