mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
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:
parent
4854710de2
commit
fd01dbaaea
@ -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>
|
2008-10-21 Tomas Frydrych <tf@linux.intel.com>
|
||||||
|
|
||||||
* src/core/screen-bindings.h: Fix off-by-one error.
|
* src/core/screen-bindings.h: Fix off-by-one error.
|
||||||
|
@ -136,7 +136,6 @@ metacity_theme_viewer_SOURCES= \
|
|||||||
metacity_dialog_SOURCES= \
|
metacity_dialog_SOURCES= \
|
||||||
ui/metacity-dialog.c
|
ui/metacity-dialog.c
|
||||||
|
|
||||||
if GCONF_SCHEMAS_INSTALL
|
|
||||||
schema_bindings_SOURCES = \
|
schema_bindings_SOURCES = \
|
||||||
core/schema-bindings.c
|
core/schema-bindings.c
|
||||||
|
|
||||||
@ -145,8 +144,6 @@ metacity.schemas.in: schema_bindings
|
|||||||
@echo Generating keybinding schemas...
|
@echo Generating keybinding schemas...
|
||||||
./schema_bindings > metacity.schemas.in
|
./schema_bindings > metacity.schemas.in
|
||||||
|
|
||||||
endif
|
|
||||||
|
|
||||||
bin_PROGRAMS=metacity metacity-theme-viewer
|
bin_PROGRAMS=metacity metacity-theme-viewer
|
||||||
libexec_PROGRAMS=metacity-dialog
|
libexec_PROGRAMS=metacity-dialog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user