Add gconf schema and corresponding i18n
[platform/core/uifw/at-spi2-atk.git] / Makefile.am
index ca33cea..504a978 100644 (file)
@@ -1 +1,17 @@
-SUBDIRS=dbind droute common atk-adaptor
+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