diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-27 15:35:46 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-27 15:35:46 +0100 |
commit | 9e7b0ed69e45d129aa0d720a1e9a4d41b599a794 (patch) | |
tree | 5dab047c61b95ca744c9d39a0cb96655aa429acd /shell/Makefile.am | |
parent | b2ac477cd5b714bc2a7e7370923dd95dca8d18a1 (diff) | |
download | mate-control-center-9e7b0ed69e45d129aa0d720a1e9a4d41b599a794.tar.bz2 mate-control-center-9e7b0ed69e45d129aa0d720a1e9a4d41b599a794.tar.xz |
move preferences-categories.menu to mate-menus
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 5f449f52..ea502fd7 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -27,9 +27,9 @@ directory_DATA = $(directory_in_files:.directory.in=.directory) @INTLTOOL_DIRECTORY_RULE@ menudir = $(sysconfdir)/xdg/menus -menu_DATA = matecc.menu mate-preferences-categories.menu +menu_DATA = matecc.menu -EXTRA_DIST = matecc.desktop.in.in matecc.directory.in matecc.menu mate-preferences-categories.menu +EXTRA_DIST = matecc.desktop.in.in matecc.directory.in matecc.menu DISTCLEANFILES = matecc.desktop matecc.desktop.in matecc.directory |