diff options
author | José Romildo Malaquias <[email protected]> | 2019-04-28 21:45:39 -0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-02 13:16:57 +0200 |
commit | 60ccce4fae3dfc5a93a0dee636494cf07b484177 (patch) | |
tree | 62dd2979923b031d14a6f2e0f7414fbaae4cda8e /capplets/keybindings/Makefile.am | |
parent | 16448d688a2cdc3ce32ddb210bc77a4e7f35efff (diff) | |
download | mate-control-center-60ccce4fae3dfc5a93a0dee636494cf07b484177.tar.bz2 mate-control-center-60ccce4fae3dfc5a93a0dee636494cf07b484177.tar.xz |
Use system data dirs to locate key bindings
Diffstat (limited to 'capplets/keybindings/Makefile.am')
-rw-r--r-- | capplets/keybindings/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/capplets/keybindings/Makefile.am b/capplets/keybindings/Makefile.am index e5efb109..9501dd8f 100644 --- a/capplets/keybindings/Makefile.am +++ b/capplets/keybindings/Makefile.am @@ -33,8 +33,7 @@ AM_CPPFLAGS = \ $(MATECC_CAPPLETS_CFLAGS) \ -DMATELOCALEDIR="\"$(datadir)/locale\"" \ -DMATECC_DATA_DIR="\"$(pkgdatadir)\"" \ - -DMATECC_UI_DIR="\"$(uidir)\"" \ - -DMATECC_KEYBINDINGS_DIR="\"$(pkgdatadir)/keybindings\"" + -DMATECC_UI_DIR="\"$(uidir)\"" CLEANFILES = \ $(MATECC_CAPPLETS_CLEANFILES) \ $(desktop_DATA) \ |