X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=Makefile.am;h=d00a1300b557d6b9d953f568c273903b44d7ed9d;hp=12ab97bcec240628791bee4a20ae9a32eebf8ef9;hb=8b91a297314538d359fc2c49a98ec94a1c854a1c;hpb=860382c1d1cfaca8421234b24e18b5428a435f6b diff --git a/Makefile.am b/Makefile.am index 12ab97b..d00a130 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,26 +1,8 @@ -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@ +SUBDIRS=dbind droute atk-adaptor po schemas 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)