diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 113c797115..20c6903831 100644 --- a/configure.in +++ b/configure.in @@ -1024,6 +1024,9 @@ AC_SUBST(IDL_INCLUDES) AM_PATH_GLIB_2_0 +COMPONENT_DIR=$prefix/lib/evolution/components +AC_SUBST(COMPONENT_DIR) + dnl Utility macro to set compiler flags for a specific lib. AC_DEFUN(EVO_SET_COMPILE_FLAGS, [ deps="$2" |