X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=8142b2ded600952516a86f6856adcf6cacfbb5ae;hb=e2f7ffb5b65b96f85beb49083797384483ef2b06;hp=41f01c312408fe8a50ff27368e4b94637020e714;hpb=9bf53eeb37094fb1c31ee158f9b0f8973a0042d2;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/Makefile.am b/Makefile.am index 41f01c3..8142b2d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,23 +1,8 @@ -SUBDIRS=dbind droute common atk-adaptor po +SUBDIRS=dbind droute common atk-adaptor po schemas -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 +gtk_modulesdir = $(libdir)/gnome-settings-daemon-3.0/gtk-modules/ +gtk_modules_DATA = at-spi2-atk.desktop EXTRA_DIST = \ - $(schemas_in_files) + $(gtk_modules_DATA) -CLEANFILES = \ - $(schemas_DATA)