aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@src.gnome.org>2001-01-21 14:12:45 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2001-01-21 14:12:45 +0800
commit9b32e9ad62abb9c4efd82e1e3a0bfe25fc2f79d5 (patch)
treed60936413aedb69a792d736b3619bd42fd2ac7c0 /configure.in
parent827affc82d264039130e01555af1ed8219bede8f (diff)
downloadgsoc2013-evolution-9b32e9ad62abb9c4efd82e1e3a0bfe25fc2f79d5.tar
gsoc2013-evolution-9b32e9ad62abb9c4efd82e1e3a0bfe25fc2f79d5.tar.gz
gsoc2013-evolution-9b32e9ad62abb9c4efd82e1e3a0bfe25fc2f79d5.tar.bz2
gsoc2013-evolution-9b32e9ad62abb9c4efd82e1e3a0bfe25fc2f79d5.tar.lz
gsoc2013-evolution-9b32e9ad62abb9c4efd82e1e3a0bfe25fc2f79d5.tar.xz
gsoc2013-evolution-9b32e9ad62abb9c4efd82e1e3a0bfe25fc2f79d5.tar.zst
gsoc2013-evolution-9b32e9ad62abb9c4efd82e1e3a0bfe25fc2f79d5.zip
Add composer bits
svn path=/trunk/; revision=7679
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index d68bb712e5..e8223a2bb0 100644
--- a/configure.in
+++ b/configure.in
@@ -613,6 +613,15 @@ else
esac
fi
+dnl
+dnl Compose program
+dnl
+compose_libs="bonobo gnomeui"
+COMPOSE_LIBS="`gnome-config --libs $compose_libs`"
+COMPOSE_CFLAGS="`gnome-config --cflags $compose_libs`"
+AC_SUBST(COMPOSE_LIBS)
+AC_SUBST(COMPOSE_CFLAGS)
+
dnl ******************
dnl Sub-version number
dnl ******************
@@ -695,6 +704,7 @@ calendar/conduits/calendar/Makefile
calendar/conduits/todo/Makefile
filter/Makefile
wombat/Makefile
+composer/Makefile
art/Makefile
ui/Makefile
default_user/Makefile