Hallo Igor,

Am Montag, 11. Oktober 2004 um 01:24 schriebst du:

> How to add gmime to Makefiles (configure)?
> Now cvs head doesn't compiles ;-(


Use pkg-config like all the GNOME packages do it:

PKG_CHECK_MODULES(GMIME, gmime-2.0 => 2.1.9)

When configure is finished, GMIME_CFLAGS, GMIME_LIBS hold references
to the actual values needed.  Add:

AC_SUBST(GMIME_CFLAGS)
AC_SUBST(GMIME_LIBS)

if you want it to be substitute for @GMIME_CFLAGS@ and @GMIME_LIBS@
somewhere or just add $(GMIME_CFLAGS) and $(GMIME_LIBS) where it is
needed.



Gerrit
-- 
=^..^=


Reply via email to