aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/Makefile.am
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-05-16 14:11:11 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-05-16 14:11:11 +0800
commit7b882d7d9fb3be955bda415388e95820b92422b6 (patch)
tree1f153ac4448d18c2a41fe50833ed65155e6bfcfc /addressbook/Makefile.am
parent68400be65ee2da2a7bcad35f306ba2846936e826 (diff)
downloadgsoc2013-evolution-7b882d7d9fb3be955bda415388e95820b92422b6.tar.gz
gsoc2013-evolution-7b882d7d9fb3be955bda415388e95820b92422b6.tar.zst
gsoc2013-evolution-7b882d7d9fb3be955bda415388e95820b92422b6.zip
moved e-error to e-util
2005-05-16 Not Zed <NotZed@Ximian.com> * moved e-error to e-util * Makefile.am: renamed error xml file & u18n stuff. svn path=/trunk/; revision=29361
Diffstat (limited to 'addressbook/Makefile.am')
-rw-r--r--addressbook/Makefile.am11
1 files changed, 4 insertions, 7 deletions
diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am
index 4fde08a4a9..c1ff2aa617 100644
--- a/addressbook/Makefile.am
+++ b/addressbook/Makefile.am
@@ -5,19 +5,16 @@ endif
SUBDIRS = \
util printing gui importers tools $(CONDUIT_SUBDIR)
-error_DATA = addressbook-errors.xml
-error_i18n = $(error_DATA:.xml=.xml.h)
+error_DATA = addressbook.error
errordir = $(privdatadir)/errors
-%.xml.h: %.xml
- $(top_builddir)/e-util/e-error-tool $^
+@EVO_PLUGIN_RULE@
EXTRA_DIST = \
ChangeLog.pre-1-4 \
- $(error_DATA)
+ addressbook.error.xml
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)
-BUILT_SOURCES = $(error_i18n)
-
+BUILT_SOURCES = $(error_DATA)
CLEANFILES = $(BUILT_SOURCES)