X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=2e37d90beb74710863f93db2762c195b0cfb10b0;hb=9059241db02f04a4445909826206dee90b46cf8e;hp=edfea24892df8789262608d48c8583578567e072;hpb=f346af9d38b2a69945543e38e1109ddb8131c886;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/Makefile.am b/Makefile.am index edfea24..2e37d90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,23 @@ -SUBDIRS=xml idl tests tools droute spi-common atk-adaptor registryd atk-tests +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)/$$p ; \ + done \ + fi +else +install-data-local: +endif + +EXTRA_DIST = \ + $(schemas_in_files) + +CLEANFILES = \ + $(schemas_DATA)