diff options
author | zhuyaliang <[email protected]> | 2023-08-18 15:13:04 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-08-21 18:00:13 +0200 |
commit | aeebf91224e292fcfa3b99229537d4619009705a (patch) | |
tree | 20c945da001e04c0171a6984439ebba6a6124bf0 /capplet/Makefile.am | |
parent | 1deb34ac81817da45b1e1d0c80f2bb4954a4253e (diff) | |
download | mate-session-manager-aeebf91224e292fcfa3b99229537d4619009705a.tar.bz2 mate-session-manager-aeebf91224e292fcfa3b99229537d4619009705a.tar.xz |
Add system desktop files item to automatic startup support
Fix https://github.com/mate-desktop/mate-session-manager/issues/150
Diffstat (limited to 'capplet/Makefile.am')
-rw-r--r-- | capplet/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/capplet/Makefile.am b/capplet/Makefile.am index d2ccfdd..a680ea4 100644 --- a/capplet/Makefile.am +++ b/capplet/Makefile.am @@ -15,6 +15,8 @@ mate_session_properties_SOURCES = \ gsm-properties-dialog.c \ gsm-app-dialog.h \ gsm-app-dialog.c \ + msm-desktop-app-dialog.h \ + msm-desktop-app-dialog.c \ gsp-app.h \ gsp-app.c \ gsp-app-manager.h \ |