summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2008-10-21 23:57:38 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-10-21 23:57:38 +0000
commitfd01dbaaea4b60c4cec84ddfd20eee7a696f1594 (patch)
tree565306fc3b46d02f2c6e8b94df80ab75c1aab0a9 /src
parent4854710de2e5940954f62799133917c0bd1582af (diff)
downloadmetacity-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.am3
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