diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-02-16 22:46:36 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-02-16 22:46:36 +0800 |
commit | abe977a93b5651f35592cc9e0dd77c4964e75dee (patch) | |
tree | 07fc32c89db6ecd1ee234607f6485ba6325130cb /calendar/gui/alarm-notify | |
parent | 85b432b5d4ab756bd526d159609e344227e0a3e2 (diff) | |
download | gsoc2013-evolution-abe977a93b5651f35592cc9e0dd77c4964e75dee.tar.gz gsoc2013-evolution-abe977a93b5651f35592cc9e0dd77c4964e75dee.tar.zst gsoc2013-evolution-abe977a93b5651f35592cc9e0dd77c4964e75dee.zip |
pass the user list to e_cal_send_objects().
2004-02-16 Rodrigo Moya <rodrigo@ximian.com>
* gui/itip-utils.c (comp_server_send): pass the user list to
e_cal_send_objects().
2004-02-16 Rodrigo Moya <rodrigo@ximian.com>
svn path=/trunk/; revision=24747
Diffstat (limited to 'calendar/gui/alarm-notify')
-rw-r--r-- | calendar/gui/alarm-notify/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am index fdfc0443b0..ffe95557ec 100644 --- a/calendar/gui/alarm-notify/Makefile.am +++ b/calendar/gui/alarm-notify/Makefile.am @@ -25,6 +25,7 @@ INCLUDES = \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\" \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ + -DEVOLUTION_LIBEXECDIR=\""$(privlibexecdir)"\" \ $(EVOLUTION_CALENDAR_CFLAGS) glade_DATA = \ |