X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=b67d0d36410aec47fe4d44fc879cb7fa1bd76c8c;hb=d3c1fc8c5aca4fca78c0c04580c9e4532eba8ff2;hp=2c07f8f0ae0085f1a5e6ba725733bb1a7fef24e9;hpb=39ba4c94f2925b59df2931a02f7537a61a6690da;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/Makefile.am b/Makefile.am index 2c07f8f..b67d0d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,17 +1,31 @@ -SUBDIRS=xml tools droute spi-common atk-adaptor registryd dbind cspi tests po +DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libspi-1.0.pc cspi-1.0.pc +-include $(INTROSPECTION_MAKEFILE) +INTROSPECTION_GIRS = +INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir) +INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir) + +SUBDIRS=po dbind xml atspi bus registryd doc test + +ACLOCAL_AMFLAGS=-I m4 ${ACLOCAL_FLAGS} EXTRA_DIST = \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in \ - cspi-1.0.pc.in \ - cspi-1.0-uninstalled.pc.in \ - libspi-1.0.pc.in \ - libspi-1.0-uninstalled.pc.in - -DISTCLEANFILES = intltool-extract \ - intltool-merge \ - intltool-update + atspi-2-uninstalled.pc.in \ + atspi-2.pc.in + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = atspi-2.pc + +DISTCLEANFILES = \ + 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