Skip to content

Commit

Permalink
add mate-wm.desktop.in into tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
yetist authored and raveit65 committed Feb 8, 2019
1 parent db623bf commit 9471682
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions data/Makefile.am
Expand Up @@ -12,11 +12,11 @@ xsession_in_files = mate.desktop.in
xsession_DATA = $(xsession_in_files:.desktop.in=.desktop) xsession_DATA = $(xsession_in_files:.desktop.in=.desktop)


desktopdir = $(datadir)/applications desktopdir = $(datadir)/applications
desktop_in_files = mate-session-properties.desktop.in desktop_in_files = mate-session-properties.desktop.in mate-wm.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) desktop_DATA = mate-session-properties.desktop


if USE_MATE_WM if USE_MATE_WM
desktop_in_files += mate-wm.desktop.in desktop_DATA += mate-wm.desktop
endif endif


@INTLTOOL_DESKTOP_RULE@ @INTLTOOL_DESKTOP_RULE@
Expand All @@ -37,7 +37,6 @@ EXTRA_DIST = \
CLEANFILES = \ CLEANFILES = \
$(xsession_DATA) \ $(xsession_DATA) \
$(desktop_DATA) \ $(desktop_DATA) \
$(gsettings_SCHEMAS) \ $(gsettings_SCHEMAS)
mate-wm.desktop


-include $(top_srcdir)/git.mk -include $(top_srcdir)/git.mk

0 comments on commit 9471682

Please sign in to comment.