aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2002-07-13 01:45:24 +0800
committerPeter Williams <peterw@src.gnome.org>2002-07-13 01:45:24 +0800
commite76cfada5e0e8308ca46c1a916c03f3a69094663 (patch)
treea87db07cc86306549eff5e7f262cbdabc04cc57b
parent4584d993bd4efe68281311243998a1c5175a3e0d (diff)
downloadgsoc2013-evolution-e76cfada5e0e8308ca46c1a916c03f3a69094663.tar
gsoc2013-evolution-e76cfada5e0e8308ca46c1a916c03f3a69094663.tar.gz
gsoc2013-evolution-e76cfada5e0e8308ca46c1a916c03f3a69094663.tar.bz2
gsoc2013-evolution-e76cfada5e0e8308ca46c1a916c03f3a69094663.tar.lz
gsoc2013-evolution-e76cfada5e0e8308ca46c1a916c03f3a69094663.tar.xz
gsoc2013-evolution-e76cfada5e0e8308ca46c1a916c03f3a69094663.tar.zst
gsoc2013-evolution-e76cfada5e0e8308ca46c1a916c03f3a69094663.zip
e-util relies on bonobo-conf in e-passwords.c and
2002-07-12 Peter Williams <peterw@ximian.com> * configure.in (E_UTIL_LIBS): e-util relies on bonobo-conf in e-passwords.c and e-categories-master-list-wombat.c, so reflect that here. svn path=/trunk/; revision=17440
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 58376eeea6..3df5d484ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-12 Peter Williams <peterw@ximian.com>
+
+ * configure.in (E_UTIL_LIBS): e-util relies on bonobo-conf
+ in e-passwords.c and e-categories-master-list-wombat.c, so
+ reflect that here.
+
2002-07-09 Peter Williams <peterw@ximian.com>
* tools/Makefile.am (INCLUDES): Add include lines to get
diff --git a/configure.in b/configure.in
index aaf3f0fd6e..c09751b53e 100644
--- a/configure.in
+++ b/configure.in
@@ -1073,7 +1073,7 @@ EVO_SET_COMPILE_FLAGS(E_NAME, bonobox gal oaf)
AC_SUBST(E_NAME_CFLAGS)
AC_SUBST(E_NAME_LIBS)
-EVO_SET_COMPILE_FLAGS(E_UTIL, bonobox gal oaf libglade)
+EVO_SET_COMPILE_FLAGS(E_UTIL, bonobox gal oaf libglade bonobo_conf)
AC_SUBST(E_UTIL_CFLAGS)
AC_SUBST(E_UTIL_LIBS)