Files
evolution/calendar/gui/dialogs/Makefile.am
JP Rosevear 90dc62f9e5 Fixes #37552
2003-04-24  JP Rosevear  <jpr@ximian.com>

	Fixes #37552

	* gui/dialogs/Makefile.am: build delete-error.[hc]

	* gui/e-tasks.c: wrap calls to cal_client_remove_object with
	delete_error_dialog

	* gui/e-itip-control.c: ditto

	* gui/e-calendar-table.c: ditto

	* gui/e-week-view.c: ditto

	* gui/e-day-view.c: ditto

	* gui/dialogs/delete-error.[hc]: gemerate an error message based
	on result

svn path=/trunk/; revision=20961
2003-04-25 01:57:55 +00:00

105 lines
2.5 KiB
Makefile

IDLS = $(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl
IDL_GENERATED_H = \
Evolution-Addressbook-SelectNames.h
IDL_GENERATED = $(IDL_GENERATED_H)
$(IDL_GENERATED_H): $(IDLS)
$(ORBIT_IDL) -I $(srcdir) $(IDL_INCLUDES) \
--nostubs --noskels --nocommon \
$(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl
BUILT_SOURCES = $(IDL_GENERATED)
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$(top_builddir)/shell \
-I$(top_srcdir)/shell \
-I$(top_srcdir)/addressbook/backend \
-I$(top_builddir)/addressbook/backend \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\" \
-DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \
-DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \
-DPREFIX=\""$(prefix)"\" \
$(EVOLUTION_CALENDAR_CFLAGS)
noinst_LTLIBRARIES = libcal-dialogs.la
libcal_dialogs_la_SOURCES = \
$(IDL_GENERATED) \
alarm-options.c \
alarm-options.h \
alarm-page.c \
alarm-page.h \
cal-prefs-dialog.c \
cal-prefs-dialog.h \
cancel-comp.c \
cancel-comp.h \
changed-comp.c \
changed-comp.h \
comp-editor.c \
comp-editor.h \
comp-editor-page.c \
comp-editor-page.h \
comp-editor-util.c \
comp-editor-util.h \
delete-comp.c \
delete-comp.h \
delete-error.c \
delete-error.h \
e-delegate-dialog.c \
e-delegate-dialog.h \
event-editor.c \
event-editor.h \
event-page.c \
event-page.h \
meeting-page.c \
meeting-page.h \
recurrence-page.c \
recurrence-page.h \
recur-comp.c \
recur-comp.h \
save-comp.c \
save-comp.h \
schedule-page.c \
schedule-page.h \
send-comp.c \
send-comp.h \
task-editor.c \
task-editor.h \
task-details-page.c \
task-details-page.h \
task-page.c \
task-page.h
glade_DATA = \
alarm-options.glade \
alarm-page.glade \
cal-prefs-dialog.glade \
e-delegate-dialog.glade \
event-page.glade \
meeting-page.glade \
recurrence-page.glade \
schedule-page.glade \
task-details-page.glade \
task-page.glade
etspec_DATA = meeting-page.etspec
CLEANFILES = $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)
EXTRA_DIST = \
$(glade_DATA) \
$(etspec_DATA)