summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2007-07-24 02:41:33 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-07-24 02:41:33 +0000
commite98e38d32e4493a57e07245fb6069d4ca305c5b5 (patch)
tree189c8ce45f15d6e4f5893600a6a12e58294bbe6c /src/Makefile.am
parent2d74cdc0266b4dcd79d00ecfd2cac7aecfb4ed9e (diff)
downloadmetacity-e98e38d32e4493a57e07245fb6069d4ca305c5b5.tar.gz
Use the correct directory when installing keybindings. (#454055)
2007-07-23 Matthias Clasen <mclasen@redhat.com> * configure.in: * src/Makefile.am: Use the correct directory when installing keybindings. (#454055) svn path=/trunk/; revision=3278
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 40b349ed..bfcbef55 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -163,7 +163,7 @@ schema_DATA = $(schema_in_files:.schemas.in=.schemas)
@INTLTOOL_XML_NOMERGE_RULE@
-xmldir = $(datadir)/control-center/keybindings
+xmldir = @GNOME_KEYBINDINGS_KEYSDIR@
xml_in_files = 50-metacity-desktop-key.xml.in 50-metacity-key.xml.in
xml_DATA = $(xml_in_files:.xml.in=.xml)