summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macros/ChangeLog4
-rw-r--r--macros/Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index c718b24..8f978eb 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,7 @@
+1999-05-11 Raja R Harinath <harinath@cs.umn.edu>
+
+ * Makefile.am (MACROS): Add `gnome-bonobo-check.m4'.
+
1999-05-09 Jacob Berkman <jberk+@cmu.edu>
* gnome-bonobo-check.m4: made test program return 0,
diff --git a/macros/Makefile.am b/macros/Makefile.am
index a48df7f..e03dbee 100644
--- a/macros/Makefile.am
+++ b/macros/Makefile.am
@@ -3,6 +3,7 @@ MACROS= \
aclocal-include.m4 \
compiler-flags.m4 \
curses.m4 \
+ gnome-bonobo-check.m4 \
gnome-fileutils.m4 \
gnome-gettext.m4 \
gnome-ghttp-check.m4 \