diff options
author | Ted Gould <ted@gould.cx> | 2011-08-23 15:16:40 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-23 15:16:40 -0500 |
commit | 6e6ca9a62c6325c3b130e6e26eac225a25b5a2b9 (patch) | |
tree | 076c40e2d829bd9f0e23635238add3d66b23787d /data/Makefile.am | |
parent | 4151eaaab0a2f4d5ee8f7cdadb3fa5bf7187ff83 (diff) | |
download | ayatana-indicator-session-6e6ca9a62c6325c3b130e6e26eac225a25b5a2b9.tar.gz ayatana-indicator-session-6e6ca9a62c6325c3b130e6e26eac225a25b5a2b9.tar.bz2 ayatana-indicator-session-6e6ca9a62c6325c3b130e6e26eac225a25b5a2b9.zip |
Making the desktop files actually install
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 8b4a99c..a545ec0 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -32,6 +32,7 @@ logout_helper_desktop_in_in_files = \ logout_helperdir = $(datadir)/applications logout_helper_desktop_files = \ $(logout_helper_desktop_in_in_files:.desktop.in.in=.desktop) +logout_helper_DATA = $(logout_helper_desktop_files) EXTRA_DIST = \ $(service_in_files) \ |