diff options
author | Martin Wimpress <[email protected]> | 2015-09-08 14:46:58 +0100 |
---|---|---|
committer | monsta <[email protected]> | 2015-10-15 17:14:45 +0300 |
commit | 477b206289eceb869a1e428c8d6b6688e58487eb (patch) | |
tree | 4f2e172a82fbeae8f944150afa41140eb3015bbc /shell/Makefile.am | |
parent | a9bc8a813847f58955c03d6e1273b3a6daf5c0c8 (diff) | |
download | mate-control-center-477b206289eceb869a1e428c8d6b6688e58487eb.tar.bz2 mate-control-center-477b206289eceb869a1e428c8d6b6688e58487eb.tar.xz |
Add categorisation of Preferences menu.
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 ea502fd7..5f449f52 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 +menu_DATA = matecc.menu mate-preferences-categories.menu -EXTRA_DIST = matecc.desktop.in.in matecc.directory.in matecc.menu +EXTRA_DIST = matecc.desktop.in.in matecc.directory.in matecc.menu mate-preferences-categories.menu DISTCLEANFILES = matecc.desktop matecc.desktop.in matecc.directory |