X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=da05db48cc530d8374dad9de62b6ec02164c277d;hb=487ca3c4ad4d6ffd788fbe5d72ae1aa4f9fdc699;hp=d24ceac789ddbd6d3a9da654553e7502916b7ec2;hpb=e1d9aa746fdaa067a99fa422963269e912b603c2;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/Makefile.am b/Makefile.am index d24ceac..da05db4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,21 +1,30 @@ -SUBDIRS = docs idl libspi login-helper registryd atk-bridge cspi test po +SUBDIRS=dbind droute common atk-adaptor po schemas -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libspi-1.0.pc cspi-1.0.pc libloginhelper-1.0.pc +schemas_in_files = at-spi2.schemas.in +if RELOCATE +schemasdir = $(GCONF_SCHEMA_FILE_DIR) +schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) +@INTLTOOL_SCHEMAS_RULE@ +endif -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc +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 = \ - MAINTAINERS \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in \ - cspi-1.0.pc.in \ - cspi-1.0-uninstalled.pc.in \ - libloginhelper-1.0.pc.in \ - libspi-1.0.pc.in \ - libspi-1.0-uninstalled.pc.in + $(schemas_in_files) \ + $(gtk_modules_DATA) + -DISTCLEANFILES = intltool-extract \ - intltool-merge \ - intltool-update +CLEANFILES = \ + $(schemas_DATA)