diff options
author | Rodney Dawes <dobey@novell.com> | 2004-05-28 02:23:57 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-05-28 02:23:57 +0800 |
commit | 59751421bd172683daf29a9c11cc52a7b988d319 (patch) | |
tree | d4b902059d704170c9023622666d456ed64492c9 /e-util/Makefile.am | |
parent | c4f37587b1b72c387001c88f6bcb4015b3ffbe81 (diff) | |
download | gsoc2013-evolution-59751421bd172683daf29a9c11cc52a7b988d319.tar.gz gsoc2013-evolution-59751421bd172683daf29a9c11cc52a7b988d319.tar.zst gsoc2013-evolution-59751421bd172683daf29a9c11cc52a7b988d319.zip |
Require e-error-tool
2004-05-27 Rodney Dawes <dobey@novell.com>
* e-util/Makefile.am (dist-hook): Require e-error-tool
2004-05-27 Rodney Dawes <dobey@novell.com>
* */Makefile.am (EXTRA_DIST): Add $(error_i18n) for "make dist"
svn path=/trunk/; revision=26114
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index e249867728..481c2dbe74 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -131,5 +131,5 @@ EXTRA_DIST = \ BUILT_SOURCES = $(MARSHAL_GENERATED) CLEANFILES = $(BUILT_SOURCES) -dist-hook: +dist-hook: e-error-tool cd $(distdir); rm -f $(BUILT_SOURCES) |