From 0e19f2c16de592607a341eb9974d31e4e47e02b5 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 20 Oct 2003 19:26:24 +0000 Subject: (pilot_compile) [! ENABLE_PILOT_CONDUITS]: Add md5-utils.c so it compiles even if you have no Pilot support. svn path=/trunk/; revision=22943 --- e-util/ChangeLog | 5 +++++ e-util/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * 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 * 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) -- cgit v1.2.3