Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/thumbnailer
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 /thumbnailer
parentee482efd857efc73d39198444b64908d1a095d03 (diff)
[build] Don't install schema files without gconf
Fixes issue with schema files installed into root folder
Diffstat (limited to 'thumbnailer')
-rw-r--r--thumbnailer/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/thumbnailer/Makefile.am b/thumbnailer/Makefile.am
index adc5bd4..b974b4f 100644
--- a/thumbnailer/Makefile.am
+++ b/thumbnailer/Makefile.am
@@ -1,4 +1,3 @@
-@INTLTOOL_SCHEMAS_RULE@
bin_PROGRAMS = evince-thumbnailer
@@ -36,6 +35,10 @@ schema_files = \
evince-thumbnailer-ps.schemas.in \
evince-thumbnailer.schemas.in
+if WITH_GCONF
+
+@INTLTOOL_SCHEMAS_RULE@
+
schema_DATA =
if ENABLE_PDF
@@ -68,6 +71,7 @@ if GCONF_SCHEMAS_INSTALL
done \
fi
endif
+endif
EXTRA_DIST = \
$(schema_files)