Add idl stuff to configure.in
This commit is contained in:
parent
dd4595f15d
commit
dc4a27cfa7
1 changed files with 14 additions and 0 deletions
14
configure.in
14
configure.in
|
@ -62,6 +62,20 @@ dnl ==============================================
|
||||||
dnl End: Check that we meet the dependencies
|
dnl End: Check that we meet the dependencies
|
||||||
dnl ==============================================
|
dnl ==============================================
|
||||||
|
|
||||||
|
dnl ==============================================
|
||||||
|
dnl IDL settings
|
||||||
|
dnl ==============================================
|
||||||
|
|
||||||
|
# orbit-idl
|
||||||
|
ORBIT_IDL="`$PKG_CONFIG --variable=orbit_idl ORBit-2.0`"
|
||||||
|
AC_SUBST(ORBIT_IDL)
|
||||||
|
|
||||||
|
# idl directories
|
||||||
|
LIBBONOBO_IDL_DIR="`$PKG_CONFIG --variable=idldir libbonobo-2.0`"
|
||||||
|
AC_SUBST(LIBBONOBO_IDL_DIR)
|
||||||
|
BONOBO_ACTIVATION_IDL_DIR="`$PKG_CONFIG --variable=idldir bonobo-activation-2.0`"
|
||||||
|
AC_SUBST(BONOBO_ACTIVATION_IDL_DIR)
|
||||||
|
|
||||||
dnl ==============================================
|
dnl ==============================================
|
||||||
dnl Special GConf section
|
dnl Special GConf section
|
||||||
dnl ==============================================
|
dnl ==============================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue