2004-05-25 Jeffrey Stedfast <fejj@novell.com> * Makefile.am: Make calendar-errors.xml.h and install the xml file. * calendar-errors.xml: New error definitions file. * gui/gnome-cal.c (backend_died_cb): Use e-error * gui/e-tasks.c (backend_died_cb): Use e-error * gui/dialogs/send-comp.c (send_component_dialog): Use e-error * gui/dialogs/save-comp.c (save_component_dialog): Use e-error * gui/dialogs/delete-comp.c (delete_component_dialog): Use e-error * gui/dialogs/cancel-comp.c (cancel_component_dialog): Use e-error svn path=/trunk/; revision=26084
26 lines
464 B
Makefile
26 lines
464 B
Makefile
if ENABLE_PILOT_CONDUITS
|
|
CONDUIT_DIR = conduits
|
|
else
|
|
CONDUIT_DIR =
|
|
endif
|
|
|
|
SUBDIRS = idl common gui importers $(CONDUIT_DIR)
|
|
|
|
error_DATA = calendar-errors.xml
|
|
error_i18n = $(error_DATA:.xml=.xml.h)
|
|
errordir = $(privdatadir)/errors
|
|
%.xml.h: %.xml
|
|
$(top_builddir)/e-util/e-error-tool $^
|
|
|
|
EXTRA_DIST = \
|
|
ChangeLog.pre-1-4 \
|
|
$(error_DATA) \
|
|
zones.h
|
|
|
|
dist-hook:
|
|
cd $(distdir); rm -f $(BUILT_SOURCES)
|
|
|
|
BUILT_SOURCES = $(error_i18n)
|
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|