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:

committed by
Thomas James Alexander Thurman

parent
4854710de2
commit
fd01dbaaea
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user