diff options
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/ChangeLog | 4 | ||||
-rw-r--r-- | e-util/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 3f4467eadd..d86523f096 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +2004-05-27 Rodney Dawes <dobey@novell.com> + + * Makefile.am (dist-hook): Require e-error-tool + 2004-05-19 Jeffrey Stedfast <fejj@novell.com> * e-icon-factory.c: Lots of re-working action. We no longer load a 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) |