diff options
-rw-r--r-- | e-util/ChangeLog | 5 | ||||
-rw-r--r-- | e-util/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 1fc1f8d1d3..fb28623bee 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,8 @@ +2003-10-20 Ettore Perazzoli <ettore@ximian.com> + + * Makefile.am (pilot_compile) [! ENABLE_PILOT_CONDUITS]: Add + md5-utils.c so it compiles even if you have no Pilot support. + 2003-09-26 Jeffrey Stedfast <fejj@ximian.com> * e-host-utils.c (e_gethostbyaddr_r): IPv6 implementation diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 61c49ed99c..2a134e14ed 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -106,7 +106,7 @@ pilot_sources = \ if ENABLE_PILOT_CONDUITS pilot_compile = $(pilot_sources) else -pilot_compile = +pilot_compile = md5-utils.c endif libeconduit_la_SOURCES = $(pilot_compile) |