diff options
author | Andrew T. Veliath <andrewv@usa.net> | 1998-11-13 07:58:59 +0800 |
---|---|---|
committer | Andrew T. Veliath <andrewtv@src.gnome.org> | 1998-11-13 07:58:59 +0800 |
commit | 3c70d2ff66fcf5aa7f18deb4b19a9cf4aaf78937 (patch) | |
tree | faa4db9d494df142696ecb0666c33aa71a83cc16 /macros/Makefile.am | |
parent | 317f6a9bccdbd0e75ad645dc0ee0731b5f96cbd8 (diff) | |
download | gsoc2013-evolution-3c70d2ff66fcf5aa7f18deb4b19a9cf4aaf78937.tar gsoc2013-evolution-3c70d2ff66fcf5aa7f18deb4b19a9cf4aaf78937.tar.gz gsoc2013-evolution-3c70d2ff66fcf5aa7f18deb4b19a9cf4aaf78937.tar.bz2 gsoc2013-evolution-3c70d2ff66fcf5aa7f18deb4b19a9cf4aaf78937.tar.lz gsoc2013-evolution-3c70d2ff66fcf5aa7f18deb4b19a9cf4aaf78937.tar.xz gsoc2013-evolution-3c70d2ff66fcf5aa7f18deb4b19a9cf4aaf78937.tar.zst gsoc2013-evolution-3c70d2ff66fcf5aa7f18deb4b19a9cf4aaf78937.zip |
Add GNOME_GNORBA_CHECK if gnome-config is found. New GNOMEGNORBA_LIBS
1998-11-12 Andrew T. Veliath <andrewv@usa.net>
* gnome.m4: (GNOME_INIT_HOOK): Add GNOME_GNORBA_CHECK if
gnome-config is found. New GNOMEGNORBA_LIBS library variable
(GNOMEGNORBA_LIBS is a superset of GNOMEUI_LIBS). Update
GNOME_LIBDIR and GNOME_INCLUDEDIR to to include the required
Gnorba info, if it is in a different location.
* Makefile.am (MACROS): Add gnome-gnorba-check.m4 to Makefile.
* gnome-gnorba-check.m4: New file.
svn path=/trunk/; revision=470
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 6034884d80..712e255671 100644 --- a/macros/Makefile.am +++ b/macros/Makefile.am @@ -5,6 +5,7 @@ MACROS= \ curses.m4 \ gnome-fileutils.m4 \ gnome-ghttp-check.m4 \ + gnome-gnorba-check.m4 \ gnome-guile-checks.m4 \ gnome-libgtop-check.m4 \ gnome-libgtop-sysdeps.m4 \ |