From df9ccdb72f28a5ccf8ccb908698f7cbb576b87ff Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 20 Dec 2010 18:42:44 -0500 Subject: [PATCH] Fix packaging of old gconf schemas --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7c1dd6c..da05db4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,8 @@ SUBDIRS=dbind droute common atk-adaptor po schemas +schemas_in_files = at-spi2.schemas.in 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 -- 2.7.4