Add navigation helper functions for screen-reader and friends (part 2)
[platform/upstream/at-spi2-core.git] / Makefile.am
index abbae7a..b67d0d3 100644 (file)
@@ -5,17 +5,27 @@ INTROSPECTION_GIRS =
 INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)
 INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
 
-SUBDIRS=po dbind xml atspi bus registryd doc
+SUBDIRS=po dbind xml atspi bus registryd doc test
 
-ACLOCAL_AMFLAGS=-I m4
+ACLOCAL_AMFLAGS=-I m4 ${ACLOCAL_FLAGS}
 
 EXTRA_DIST = \
-       atspi-2.0-uninstalled.pc.in \
+       atspi-2-uninstalled.pc.in \
        atspi-2.pc.in
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = atspi-2.pc
 
 DISTCLEANFILES = \
-       atspi-2.0-uninstalled.pc \
+       atspi-2-uninstalled.pc \
        atspi-2.pc
+
+MAINTAINERCLEANFILES = \
+       $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
+       $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \
+       $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \
+       gtk-doc.make \
+       m4/gtk-doc.m4 \
+       m4/intltool.m4
+
+-include $(top_srcdir)/git.mk