We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a20027 commit 8ceb3a0Copy full SHA for 8ceb3a0
1 file changed
data/Makefile.am
@@ -12,11 +12,11 @@ xsession_in_files = mate.desktop.in
12
xsession_DATA = $(xsession_in_files:.desktop.in=.desktop)
13
14
desktopdir = $(datadir)/applications
15
-desktop_in_files = mate-session-properties.desktop.in
16
-desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+desktop_in_files = mate-session-properties.desktop.in mate-wm.desktop.in
+desktop_DATA = mate-session-properties.desktop
17
18
if USE_MATE_WM
19
-desktop_in_files += mate-wm.desktop.in
+desktop_DATA += mate-wm.desktop
20
endif
21
22
@INTLTOOL_DESKTOP_RULE@
@@ -37,7 +37,6 @@ EXTRA_DIST = \
37
CLEANFILES = \
38
$(xsession_DATA) \
39
$(desktop_DATA) \
40
- $(gsettings_SCHEMAS) \
41
- mate-wm.desktop
+ $(gsettings_SCHEMAS)
42
43
-include $(top_srcdir)/git.mk
0 commit comments