diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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) |