summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--components/throbber/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3d06b4ac..4b4c80172 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-03 Eskil Heyn Olsen <eskil@eazel.com>
+
+ * components/throbber/Makefile.am:
+ Added the oaf.in files to EXTRA_DIST (tinderbox fix)
+
2001-02-03 Gene Z. Ragan <gzr@eazel.com>
Do a simple check for NULL instead of using
diff --git a/components/throbber/Makefile.am b/components/throbber/Makefile.am
index 19e775554..2da02b698 100644
--- a/components/throbber/Makefile.am
+++ b/components/throbber/Makefile.am
@@ -44,5 +44,6 @@ oaf_DATA = $(oaf_in_files:.oaf.in=.oaf)
@XML_I18N_MERGE_OAF_RULE@
EXTRA_DIST = \
+ $(oaf_in_files) \
$(oaf_DATA) \
$(NULL)