Fix for Bug 678315 - Remove the bridge module for Gtk+ 3
[platform/core/uifw/at-spi2-atk.git] / Makefile.am
index 7c1dd6c..7cdbd54 100644 (file)
@@ -1,30 +1,10 @@
-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
+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)
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = atk-bridge-2.0.pc
 
+EXTRA_DIST = $(gtk_modules_DATA) atk-bridge-2.0.pc.in
 
-CLEANFILES = \
-       $(schemas_DATA)