From a6c8577eb493dd728a36200e99ab9e73310df6ee Mon Sep 17 00:00:00 2001 From: "Torrance, Douglas" Date: Thu, 17 Feb 2022 21:57:16 +0000 Subject: [PATCH] Include wmaker.desktop in distribution tarball This fixes a bug where building from a tarball generated by "make dist" would fail due to the absence of this file. --- WindowMaker/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindowMaker/Makefile.am b/WindowMaker/Makefile.am index 852724e8..c3341939 100644 --- a/WindowMaker/Makefile.am +++ b/WindowMaker/Makefile.am @@ -77,7 +77,7 @@ nodist_prefsdata_DATA = $(GENERATED_MENUS) xsessionsdir = @datadir@/xsessions xsessions_DATA = wmaker.desktop -EXTRA_DIST = $(addsuffix .in, $(GENERATED_MENUS)) +EXTRA_DIST = $(addsuffix .in, $(GENERATED_MENUS)) wmaker.desktop CLEANFILES = $(GENERATED_MENUS)