aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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