1
0
Fork 0

fix build when schemas are not installed. Closes #557335.

2008-10-21   Christian Persch  <chpe@gnome.org>

        * src/Makefile.am: fix build when schemas are not installed.
        Closes #557335.


svn path=/trunk/; revision=3969
This commit is contained in:
Christian Persch 2008-10-21 23:57:38 +00:00 committed by Thomas James Alexander Thurman
parent 4854710de2
commit fd01dbaaea
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2008-10-21 Christian Persch <chpe@gnome.org>
* src/Makefile.am: fix build when schemas are not installed.
Closes #557335.
2008-10-21 Tomas Frydrych <tf@linux.intel.com>
* src/core/screen-bindings.h: Fix off-by-one error.

View file

@ -136,7 +136,6 @@ metacity_theme_viewer_SOURCES= \
metacity_dialog_SOURCES= \
ui/metacity-dialog.c
if GCONF_SCHEMAS_INSTALL
schema_bindings_SOURCES = \
core/schema-bindings.c
@ -145,8 +144,6 @@ metacity.schemas.in: schema_bindings
@echo Generating keybinding schemas...
./schema_bindings > metacity.schemas.in
endif
bin_PROGRAMS=metacity metacity-theme-viewer
libexec_PROGRAMS=metacity-dialog