X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=Makefile.am;h=da531c4f6cda84574d9dfe74b58b37c8184a8bd9;hp=504a978850f61ec3611ff82bccda75b04fe59148;hb=d1e52eb847dcabf7a2be07dbd71cfcb4e0805306;hpb=25615f522151686f2ebe1823921e6908dbcd1e19 diff --git a/Makefile.am b/Makefile.am index 504a978..da531c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,17 +1,10 @@ -SUBDIRS=dbind droute common atk-adaptor po +SUBDIRS=dbind droute atk-adaptor schemas -schemasdir = $(GCONF_SCHEMA_FILE_DIR) -schemas_in_files = at-spi2.schemas.in -schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) -@INTLTOOL_SCHEMAS_RULE@ +gtk_modulesdir = $(libdir)/gnome-settings-daemon-3.0/gtk-modules/ +gtk_modules_DATA = at-spi2-atk.desktop + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = atk-bridge-2.0.pc + +EXTRA_DIST = $(gtk_modules_DATA) atk-bridge-2.0.pc.in -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