diff options
author | JP Rosevear <jpr@ximian.com> | 2003-02-28 07:04:35 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-02-28 07:04:35 +0800 |
commit | c1c1b6e199baecfdaaaae2168804a2da4203dde0 (patch) | |
tree | 620dea51e133bf4d9ce3729721c4267d5ac4e4d8 | |
parent | 265fea16e72ba03d6ad4eab4d51e68c943e9b36a (diff) | |
download | gsoc2013-evolution-c1c1b6e199baecfdaaaae2168804a2da4203dde0.tar gsoc2013-evolution-c1c1b6e199baecfdaaaae2168804a2da4203dde0.tar.gz gsoc2013-evolution-c1c1b6e199baecfdaaaae2168804a2da4203dde0.tar.bz2 gsoc2013-evolution-c1c1b6e199baecfdaaaae2168804a2da4203dde0.tar.lz gsoc2013-evolution-c1c1b6e199baecfdaaaae2168804a2da4203dde0.tar.xz gsoc2013-evolution-c1c1b6e199baecfdaaaae2168804a2da4203dde0.tar.zst gsoc2013-evolution-c1c1b6e199baecfdaaaae2168804a2da4203dde0.zip |
export gnome-pilot cflags
2003-02-27 JP Rosevear <jpr@ximian.com>
* configure.in: export gnome-pilot cflags
svn path=/trunk/; revision=20090
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index c204649411..f1c3cd9cf1 100644 --- a/configure.in +++ b/configure.in @@ -582,6 +582,8 @@ if test x$enable_pilot_conduits = xyes; then else msg_pilot=no fi +AC_SUBST(GNOME_PILOT_CFLAGS) +AC_SUBST(GNOME_PILOT_LIBS) dnl ******** dnl Kerberos |