X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=Makefile.am;h=7c1dd6c5c33d09413acea191785457bafdd04500;hp=d44e8415d5f7c83d6e499d9e53d6c47af99c45ff;hb=a16f5306aab7f9d5a8e0fe32fb75deddba175341;hpb=fa9134cfafbbbb69a4aaa5ea280cd507c8e510ba diff --git a/Makefile.am b/Makefile.am index d44e841..7c1dd6c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,30 @@ -SUBDIRS=po docs idl libspi registryd test at-bridge cspi +SUBDIRS=dbind droute common atk-adaptor po schemas -EXTRA_DIST= xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in +if RELOCATE +schemasdir = $(GCONF_SCHEMA_FILE_DIR) +schemas_in_files = at-spi2.schemas.in +schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) +@INTLTOOL_SCHEMAS_RULE@ +endif + +gtk_modulesdir = $(libdir)/gnome-settings-daemon-3.0/gtk-modules/ +gtk_modules_DATA = at-spi2-atk.desktop + +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) \ + $(gtk_modules_DATA) + + +CLEANFILES = \ + $(schemas_DATA)