diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-21 03:26:24 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-21 03:26:24 +0800 |
commit | 0e19f2c16de592607a341eb9974d31e4e47e02b5 (patch) | |
tree | 7b2bf1bc1d7d43b7eda9704e8daee68e17cb15e3 /e-util | |
parent | 80ac1cd001b65ae74024db9bc741cd307538c2ba (diff) | |
download | gsoc2013-evolution-0e19f2c16de592607a341eb9974d31e4e47e02b5.tar.gz gsoc2013-evolution-0e19f2c16de592607a341eb9974d31e4e47e02b5.tar.zst gsoc2013-evolution-0e19f2c16de592607a341eb9974d31e4e47e02b5.zip |
(pilot_compile) [! ENABLE_PILOT_CONDUITS]: Add
md5-utils.c so it compiles even if you have no Pilot support.
svn path=/trunk/; revision=22943
Diffstat (limited to 'e-util')
-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) |