2011-07-12 10:34:41 -04:00
|
|
|
service_in_files += calendar-server/org.gnome.Shell.CalendarServer.service.in
|
2011-02-25 17:42:25 -05:00
|
|
|
|
|
|
|
libexec_PROGRAMS += gnome-shell-calendar-server
|
|
|
|
|
|
|
|
gnome_shell_calendar_server_SOURCES = \
|
|
|
|
calendar-server/calendar-debug.h \
|
|
|
|
calendar-server/calendar-sources.c calendar-server/calendar-sources.h \
|
|
|
|
calendar-server/gnome-shell-calendar-server.c \
|
|
|
|
$(NULL)
|
|
|
|
|
2012-07-03 17:48:57 -04:00
|
|
|
desktopdir=$(datadir)/applications
|
|
|
|
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
|
|
|
desktop_in_files = calendar-server/evolution-calendar.desktop.in
|
|
|
|
|
|
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
|
2011-02-25 17:42:25 -05:00
|
|
|
gnome_shell_calendar_server_CFLAGS = \
|
|
|
|
-I$(top_srcdir)/src \
|
|
|
|
-DPREFIX=\""$(prefix)"\" \
|
|
|
|
-DLIBDIR=\""$(libdir)"\" \
|
|
|
|
-DDATADIR=\""$(datadir)"\" \
|
|
|
|
-DG_LOG_DOMAIN=\"ShellCalendarServer\" \
|
|
|
|
$(CALENDAR_SERVER_CFLAGS) \
|
|
|
|
$(NULL)
|
|
|
|
|
2014-02-11 17:23:22 -05:00
|
|
|
gnome_shell_calendar_server_LDADD = \
|
2011-02-25 17:42:25 -05:00
|
|
|
$(CALENDAR_SERVER_LIBS) \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
EXTRA_DIST += \
|
|
|
|
calendar-server/README \
|
|
|
|
calendar-server/org.gnome.Shell.CalendarServer.service.in \
|
|
|
|
$(NULL)
|
2012-07-03 17:48:57 -04:00
|
|
|
|
2012-08-06 10:11:17 -04:00
|
|
|
CLEANFILES += \
|
2012-07-03 17:48:57 -04:00
|
|
|
$(desktop_DATA)
|