~unity8-desktop-session-team/indicator-session/indicator-session-using-upstart

« back to all changes in this revision

Viewing changes to data/extra-sessions/Makefile.am

  • Committer: Charles Kerr
  • Date: 2013-07-02 00:26:11 UTC
  • mto: This revision was merged to the branch mainline in revision 399.
  • Revision ID: charles.kerr@canonical.com-20130702002611-lhtxz8ouz9uc2ldx
in cmake/Translations.cmake, use the GNUInstallDirs variables

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
###################################
 
3
# The files that are actually here
 
4
###################################
 
5
 
 
6
extra_guests_desktop_in_in_files = \
 
7
        classic-desktop.desktop.in.in
 
8
extra_guests_sh_files = \
 
9
        classic-desktop.sh
 
10
 
 
11
###################################
 
12
# Rules to make things work
 
13
###################################
 
14
 
 
15
extra_guestsdir = $(datadir)/indicators/session/applications/
 
16
extra_guests_desktop_files = \
 
17
        $(extra_guests_desktop_in_in_files:.desktop.in.in=.desktop)
 
18
 
 
19
@INTLTOOL_DESKTOP_RULE@
 
20
 
 
21
%.desktop.in: %.desktop.in.in
 
22
        sed -e "s|\@guestdir\@|$(extra_guestsdir)|" $< > $@
 
23
 
 
24
extra_guests_DATA = \
 
25
        $(extra_guests_desktop_files) \
 
26
        $(extra_guests_sh_files)
 
27
 
 
28
EXTRA_DIST = \
 
29
        $(extra_guests_desktop_in_in_files) \
 
30
        $(extra_guests_sh_files)
 
31
 
 
32
CLEANFILES = \
 
33
        $(extra_guests_desktop_files)