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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |