aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
Diffstat (limited to 'e-util')
-rw-r--r--e-util/ChangeLog4
-rw-r--r--e-util/Makefile.am3
2 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 504f8301c6..a672b06430 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-07 JP Rosevear <jpr@ximian.com>
+
+ * Makefile.am: remove build sources from dist
+
2003-11-07 JP Rosevear <jpr@ximian.com>
* Makefile.am: make sure the marshal header and source are in the
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index 0258e52a32..8657e29333 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -142,3 +142,6 @@ libedb3util_la_LIBADD = \
BUILT_SOURCES = $(MARSHAL_GENERATED)
CLEANFILES = $(BUILT_SOURCES)
+
+dist-hook:
+ cd $(distdir); rm -f $(BUILT_SOURCES) \ No newline at end of file