X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=41f01c312408fe8a50ff27368e4b94637020e714;hb=8ae727f8d67d55ed2a0312ff52ac3525f5e32bce;hp=2c07f8f0ae0085f1a5e6ba725733bb1a7fef24e9;hpb=39ba4c94f2925b59df2931a02f7537a61a6690da;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/Makefile.am b/Makefile.am index 2c07f8f..41f01c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,17 +1,23 @@ -SUBDIRS=xml tools droute spi-common atk-adaptor registryd dbind cspi tests po +SUBDIRS=dbind droute common atk-adaptor po -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libspi-1.0.pc cspi-1.0.pc +schemasdir = $(GCONF_SCHEMA_FILE_DIR) +schemas_in_files = at-spi2.schemas.in +schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) +@INTLTOOL_SCHEMAS_RULE@ + +if GCONF_SCHEMAS_INSTALL +install-data-local: + if test -z "$(DESTDIR)" ; then \ + for p in $(schemas_DATA) ; do \ + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/data/$$p ; \ + done \ + fi +else +install-data-local: +endif 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 + $(schemas_in_files) -DISTCLEANFILES = intltool-extract \ - intltool-merge \ - intltool-update +CLEANFILES = \ + $(schemas_DATA)