diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 69939d3..9fffe0e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,3 +2,10 @@ SUBDIRS = \ daemon + +# this is where the desktop file will go +xdg_apps_DATA = kdbusnotification.desktop + +# and for autostart +autostartdir = $(prefix)/share/autostart +autostart_DATA = kdbusnotification-autostart.desktop |