diff options
author | Christian Persch <chpe@gnome.org> | 2008-10-21 23:57:38 +0000 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2008-10-21 23:57:38 +0000 |
commit | fd01dbaaea4b60c4cec84ddfd20eee7a696f1594 (patch) | |
tree | 565306fc3b46d02f2c6e8b94df80ab75c1aab0a9 /src | |
parent | 4854710de2e5940954f62799133917c0bd1582af (diff) | |
download | metacity-fd01dbaaea4b60c4cec84ddfd20eee7a696f1594.tar.gz |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d0b5e1e3..fc055226 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 |