diff options
author | Not Zed <NotZed@Ximian.com> | 2005-05-16 14:13:14 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-16 14:13:14 +0800 |
commit | 36811e61959aeb6a5aa5a6a63c1d3a38a5796626 (patch) | |
tree | 0814bc41cafa757bef5b2953e6af8cabe6fd3b16 /calendar/Makefile.am | |
parent | 7d39040af95cb2d921d125ed86ba9ab52292b13c (diff) | |
download | gsoc2013-evolution-36811e61959aeb6a5aa5a6a63c1d3a38a5796626.tar.gz gsoc2013-evolution-36811e61959aeb6a5aa5a6a63c1d3a38a5796626.tar.zst gsoc2013-evolution-36811e61959aeb6a5aa5a6a63c1d3a38a5796626.zip |
moved e-error to e-util/
2005-05-16 Not Zed <NotZed@Ximian.com>
* moved e-error to e-util/
svn path=/trunk/; revision=29363
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r-- | calendar/Makefile.am | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 56acae59c8..04adbea259 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -6,13 +6,12 @@ endif SUBDIRS = idl common gui importers $(CONDUIT_DIR) -error_DATA = calendar-errors.xml -error_i18n = $(error_DATA:.xml=.xml.h) +error_DATA = calendar.error errordir = $(privdatadir)/errors -%.xml.h: %.xml - $(top_builddir)/e-util/e-error-tool $^ +@EVO_PLUGIN_RULE@ EXTRA_DIST = \ + calendar.error.xml \ ChangeLog.pre-1-4 \ $(error_DATA) \ zones.h @@ -20,6 +19,6 @@ EXTRA_DIST = \ dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) -BUILT_SOURCES = $(error_i18n) +BUILT_SOURCES = $(error_DATA) CLEANFILES = $(BUILT_SOURCES) |