Add a gsettings key to specify the location of libatk-bridge.so
[platform/core/uifw/at-spi2-atk.git] / Makefile.am
index 2e37d90..7c1dd6c 100644 (file)
@@ -1,9 +1,14 @@
-SUBDIRS=dbind droute common atk-adaptor po
+SUBDIRS=dbind droute common atk-adaptor po schemas
 
+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:
@@ -17,7 +22,9 @@ install-data-local:
 endif
 
 EXTRA_DIST = \
-       $(schemas_in_files)
+       $(schemas_in_files) \
+       $(gtk_modules_DATA)
+
 
 CLEANFILES = \
        $(schemas_DATA)