X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=41f01c312408fe8a50ff27368e4b94637020e714;hb=7b9e2e18540a87c6e4631dc7c5c9f6a51c7a9079;hp=be899150bfb5ae671d62b88e706a0bd36bf74fd0;hpb=8132b2a11b010fb7c235e02a13f05dd310d2fb5d;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/Makefile.am b/Makefile.am index be89915..41f01c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,23 @@ -SUBDIRS=xml tools libspi atk-bridge registryd +SUBDIRS=dbind droute common atk-adaptor po + +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 = \ + $(schemas_in_files) + +CLEANFILES = \ + $(schemas_DATA)