diff options
-rw-r--r-- | macros/ChangeLog | 6 | ||||
-rw-r--r-- | macros/Makefile.am | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index beb92ea174..1a16642f04 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,9 @@ +Thu Jul 23 22:41:23 1998 Tom Tromey <tromey@cygnus.com> + + * Makefile.am (MACROS): Added gnome-undelfs.m4, gnome-vfs.m4. + * gnome-undelfs.m4: New file. + * gnome-vfs.m4: New file. + 1998-07-22 Martin Baulig <martin@home-of-linux.org> * gnome-fileutils.m4: Added some reasonable defaults to allow diff --git a/macros/Makefile.am b/macros/Makefile.am index 28dc457462..e28684c81c 100644 --- a/macros/Makefile.am +++ b/macros/Makefile.am @@ -9,6 +9,8 @@ MACROS= \ gnome-objc-checks.m4 \ gnome-pthread-check.m4 \ gnome-support.m4 \ + gnome-undelfs.m4 \ + gnome-vfs.m4 \ gnome-x-checks.m4 \ gnome.m4 \ need-declaration.m4 |