X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=data%2FMakefile.am;h=883a3aa697f3ddc1cd6b774fc054866e46d883ed;hb=03a4afa9aeab342a63530db46888e405ea1c8afc;hp=4d54847d38b670175da898eef942417b2aa48271;hpb=faace27fc6850ac153a41d47e51dfbd589dc1411;p=evince.git diff --git a/data/Makefile.am b/data/Makefile.am index 4d54847d..883a3aa6 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 # @@ -108,5 +116,3 @@ EXTRA_DIST = \ DISTCLEANFILES = \ $(DESKTOP_FILES) \ $(schema_DATA) - -