Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2009-07-15 06:52:19 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@yandex.ru>2009-07-15 06:54:44 (GMT)
commit5b96694056a9bfbbeca84a44dfbe9eb82d684e10 (patch)
tree5b6e6e7c9ccf939c77bb7781e500806f1ccf2127 /data
parentee482efd857efc73d39198444b64908d1a095d03 (diff)
[build] Don't install schema files without gconf
Fixes issue with schema files installed into root folder
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 4d54847..22ecc66 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -41,6 +41,7 @@ desktop_DATA = $(DESKTOP_FILES)
# GConf schema
#
+if WITH_GCONF
@INTLTOOL_SCHEMAS_RULE@
schema_in_files = evince.schemas.in
@@ -71,6 +72,13 @@ if GCONF_SCHEMAS_INSTALL
fi
endif
+else
+
+install-schemas:
+uninstall-schemas:
+
+endif
+
#
# GTK icon cache
#