Re: GNOME2 equivalent of `gnome-config --cflags -idl`



On Thu, 2001-12-06 at 20:47, Murray Cumming wrote:
> What's the GNOME2 equivalent of `gnome-config --cflags -idl`, to find
> out where Bonobo idl files are installed?
> 

BONOBO_ACTIVATION_IDL_DIR="`$PKG_CONFIG --variable=idldir bonobo-activation-2.0`"
AC_SUBST(BONOBO_ACTIVATION_IDL_DIR)

BONOBO_IDL_DIR="`$PKG_CONFIG --variable=idldir libbonobo-2.0`"
AC_SUBST(BONOBO_IDL_DIR)

that's what I use (copied from libbonobo) in configure.in

cheers
-- 
Rodrigo Moya <rodrigo gnome-db org> - <rodrigo ximian com>
http://www.gnome-db.org/ - http://www.ximian.com/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]