(pilot_compile) [! ENABLE_PILOT_CONDUITS]: Add
md5-utils.c so it compiles even if you have no Pilot support. svn path=/trunk/; revision=22943
This commit is contained in:
@ -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
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user