diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-12-05 04:38:42 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-12-05 04:38:42 +0800 |
commit | aef8f713aed7c675178115bfc482a749dc7ff845 (patch) | |
tree | fc0d02770153c2550e6907201a8b7735605ee6d8 /configure.in | |
parent | e53eacd2d9b6b775dab6e8bd8cd39f0691192437 (diff) | |
download | gsoc2013-evolution-aef8f713aed7c675178115bfc482a749dc7ff845.tar.gz gsoc2013-evolution-aef8f713aed7c675178115bfc482a749dc7ff845.tar.zst gsoc2013-evolution-aef8f713aed7c675178115bfc482a749dc7ff845.zip |
Define COMPONENT_DIR.
* configure.in: Define COMPONENT_DIR.
* Makefile.am (componentdir): Install in $(COMPONENT_DIR), not in
${prefix}/evolution/components.
svn path=/trunk/; revision=19008
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" |