Re: GNOME2 equivalent of `gnome-config --cflags -idl`
- From: Rodrigo Moya <rodrigo gnome-db org>
- To: murrayc usa net
- Cc: GNOME Components <gnome-components-list gnome org>
- Subject: Re: GNOME2 equivalent of `gnome-config --cflags -idl`
- Date: 06 Dec 2001 20:53:05 +0100
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]