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 /macros/Makefile.am | |
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
Diffstat (limited to 'macros/Makefile.am')
-rw-r--r-- | macros/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |