~darkxst/ubuntu/quantal/gnome-shell/lp1128804

« back to all changes in this revision

Viewing changes to src/Makefile-calendar-server.am

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2012-10-09 20:42:33 UTC
  • mfrom: (57.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121009204233-chcl8989muuzfpws
Tags: 3.6.0-0ubuntu3
* debian/patches/ubuntu-lightdm-user-switching.patch
  - Fix user switching when running lightdm.  LP: #1064269
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        calendar-server/gnome-shell-calendar-server.c                                           \
9
9
        $(NULL)
10
10
 
 
11
desktopdir=$(datadir)/applications
 
12
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
13
desktop_in_files = calendar-server/evolution-calendar.desktop.in
 
14
 
 
15
@INTLTOOL_DESKTOP_RULE@
 
16
 
11
17
gnome_shell_calendar_server_CFLAGS =            \
12
18
        -I$(top_srcdir)/src                     \
13
19
        -DPREFIX=\""$(prefix)"\"                \
26
32
        calendar-server/README                                    \
27
33
        calendar-server/org.gnome.Shell.CalendarServer.service.in \
28
34
        $(NULL)
 
35
 
 
36
CLEANFILES += \
 
37
        $(desktop_DATA)