diff options
author | Christopher Blizzard <blizzard@appliedtheory.com> | 1998-08-24 21:58:23 +0800 |
---|---|---|
committer | Christopher Blizzard <blizzard@src.gnome.org> | 1998-08-24 21:58:23 +0800 |
commit | eb752301e03cd6cc28c7adf8e3230d1f1c856a5e (patch) | |
tree | d5ade15c4d5ae6f032abfa80ca7bf6b220a88cfc | |
parent | 480c5e8e62a5553ec3af699c2276f233fc85b5c2 (diff) | |
download | gsoc2013-evolution-eb752301e03cd6cc28c7adf8e3230d1f1c856a5e.tar gsoc2013-evolution-eb752301e03cd6cc28c7adf8e3230d1f1c856a5e.tar.gz gsoc2013-evolution-eb752301e03cd6cc28c7adf8e3230d1f1c856a5e.tar.bz2 gsoc2013-evolution-eb752301e03cd6cc28c7adf8e3230d1f1c856a5e.tar.lz gsoc2013-evolution-eb752301e03cd6cc28c7adf8e3230d1f1c856a5e.tar.xz gsoc2013-evolution-eb752301e03cd6cc28c7adf8e3230d1f1c856a5e.tar.zst gsoc2013-evolution-eb752301e03cd6cc28c7adf8e3230d1f1c856a5e.zip |
Add gnome-ghttp-check.m4 to the Makefile.
1998-08-24 Christopher Blizzard <blizzard@appliedtheory.com>
* Makefile.am (MACROS): Add gnome-ghttp-check.m4 to the Makefile.
svn path=/trunk/; revision=333
-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 dd31b0fe4a..9442d9dbe0 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,7 @@ +1998-08-24 Christopher Blizzard <blizzard@appliedtheory.com> + + * Makefile.am (MACROS): Add gnome-ghttp-check.m4 to the Makefile. + 1998-08-23 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): You can give diff --git a/macros/Makefile.am b/macros/Makefile.am index 494835ea97..6034884d80 100644 --- a/macros/Makefile.am +++ b/macros/Makefile.am @@ -4,6 +4,7 @@ MACROS= \ compiler-flags.m4 \ curses.m4 \ gnome-fileutils.m4 \ + gnome-ghttp-check.m4 \ gnome-guile-checks.m4 \ gnome-libgtop-check.m4 \ gnome-libgtop-sysdeps.m4 \ |