Files
evolution/calendar/gui/dialogs/Makefile.am
Federico Mena Quintero 30dce44f38 Finished porting from the old event-editor.c. Made it store a clone of the
2001-05-23  Federico Mena Quintero  <federico@ximian.com>

	* gui/dialogs/recurrence-page.c: Finished porting from the old
	event-editor.c.  Made it store a clone of the component for when
	we need to expand the recurrence set.

2001-05-22  Federico Mena Quintero  <federico@ximian.com>

	* gui/dialogs/event-page.c (event_page_get_dates): New function.

	* gui/dialogs/editor-page.c (editor_page_set_dates): Renamed from
	editor_page_set_dtstart(); now sets both DTSTART and DTEND.

	* gui/dialogs/alarm-page.c (alarm_page_set_dates): Ahem, it is a

svn path=/trunk/; revision=9953
2001-05-23 21:17:41 +00:00

52 lines
1.1 KiB
Makefile

gladedir = $(datadir)/evolution/glade
INCLUDES = \
-DG_LOG_DOMAIN=\"calendar-gui\" \
-I$(top_srcdir) \
-I$(top_srcdir)/calendar \
-I$(top_srcdir)/calendar/cal-client \
-I$(top_builddir)/calendar/cal-client \
-I$(top_srcdir)/libical/src/libical \
-I$(top_builddir)/libical/src/libical \
-I$(includedir) \
$(EXTRA_GNOME_CFLAGS) \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
$(BONOBO_VFS_GNOME_CFLAGS) \
-DGNOMELOCALEDIR=\""$(localedir)"\"
noinst_LIBRARIES = libcal-dialogs.a
libcal_dialogs_a_SOURCES = \
alarm-notify-dialog.c \
alarm-notify-dialog.h \
alarm-page.c \
alarm-page.h \
cal-prefs-dialog.c \
cal-prefs-dialog.h \
delete-comp.c \
delete-comp.h \
editor-page.c \
editor-page.h \
event-page.c \
event-page.h \
recurrence-page.c \
recurrence-page.h \
save-comp.c \
save-comp.h \
task-editor.c \
task-editor.h
glade_DATA = \
alarm-notify.glade \
alarm-page.glade \
cal-prefs-dialog.glade \
event-page.glade \
recurrence-page.glade \
task-details-page.glade \
task-editor-dialog.glade \
task-page.glade
EXTRA_DIST = \
$(glade_DATA)