diff options
-rw-r--r-- | macros/ChangeLog | 4 | ||||
-rw-r--r-- | macros/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index c718b24b1d..8f978ebc58 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 a48df7f9f3..e03dbeed1a 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 \ |