X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=data%2FMakefile.am;h=22ecc66732c6d2a6993f90ceed9c5673a2d8c10a;hb=3d3c4a5a08f1b8b536542735110c1376fb3e30bf;hp=9df94a971bcc07a8a63163f27f802f74ebb7a3f6;hpb=7401194be132a52138b9a40e29c63847d125795d;p=evince.git diff --git a/data/Makefile.am b/data/Makefile.am index 9df94a97..22ecc667 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -18,8 +18,11 @@ uidir = $(pkgdatadir) ui_DATA = \ evince-ui.xml \ evince-toolbar.xml \ - hand-open.png \ - $(NULL) + hand-open.png + +if ENABLE_PREVIEWER +ui_DATA += evince-previewer-ui.xml +endif # # Desktop file @@ -38,6 +41,7 @@ desktop_DATA = $(DESKTOP_FILES) # GConf schema # +if WITH_GCONF @INTLTOOL_SCHEMAS_RULE@ schema_in_files = evince.schemas.in @@ -68,6 +72,13 @@ if GCONF_SCHEMAS_INSTALL fi endif +else + +install-schemas: +uninstall-schemas: + +endif + # # GTK icon cache #