From 5b96694056a9bfbbeca84a44dfbe9eb82d684e10 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Wed, 15 Jul 2009 06:52:19 +0000 Subject: [build] Don't install schema files without gconf Fixes issue with schema files installed into root folder --- (limited to 'data') 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 # -- cgit v0.9.1