aboutsummaryrefslogtreecommitdiffstats
path: root/filter/Makefile.am
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-28 14:38:20 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-28 14:38:20 +0800
commit6674bdd55b8b29b1bde4b032f6933dfcfb967107 (patch)
tree34edbe55104d4083ef559df43ff93f8888228d37 /filter/Makefile.am
parent4e99c39bcf70a2b15d4bd6dbb609ef0aba8d9675 (diff)
downloadgsoc2013-evolution-6674bdd55b8b29b1bde4b032f6933dfcfb967107.tar
gsoc2013-evolution-6674bdd55b8b29b1bde4b032f6933dfcfb967107.tar.gz
gsoc2013-evolution-6674bdd55b8b29b1bde4b032f6933dfcfb967107.tar.bz2
gsoc2013-evolution-6674bdd55b8b29b1bde4b032f6933dfcfb967107.tar.lz
gsoc2013-evolution-6674bdd55b8b29b1bde4b032f6933dfcfb967107.tar.xz
gsoc2013-evolution-6674bdd55b8b29b1bde4b032f6933dfcfb967107.tar.zst
gsoc2013-evolution-6674bdd55b8b29b1bde4b032f6933dfcfb967107.zip
fix a warning.
2004-04-28 Not Zed <NotZed@Ximian.com> * filter-option.c (filter_option_add): fix a warning. ** Changed error messages to use EError. svn path=/trunk/; revision=25651
Diffstat (limited to 'filter/Makefile.am')
-rw-r--r--filter/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/filter/Makefile.am b/filter/Makefile.am
index ba72e9933a..502e543a5c 100644
--- a/filter/Makefile.am
+++ b/filter/Makefile.am
@@ -70,6 +70,7 @@ libfilter_la_DEPENDENCIES = libfilter-i18n.h
EXTRA_DIST = \
$(glade_DATA) \
+ $(error_in_files) \
ChangeLog.pre-1-4 \
filter-marshal.list \
filtertypes.xml \
@@ -81,6 +82,11 @@ EXTRA_DIST = \
filterdir = $(privdatadir)
filter_DATA = filtertypes.xml vfoldertypes.xml searchtypes.xml
+error_in_files = filter-errors.xml.in
+error_DATA = $(error_in_files:.xml.in=.xml)
+errordir = $(privdatadir)/errors
+@INTLTOOL_XML_RULE@
+
libfilter-i18n.h: filtertypes.xml vfoldertypes.xml
echo "/* Automatically generated. Do not edit. */" > $@; \
cat $(srcdir)/filtertypes.xml $(srcdir)/vfoldertypes.xml | \