This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

httpd monitor gets build regardless of configuration option


as per subject. Patch attached.

-- 
----------------------------------------------------------------------
ir. Bob Koninckx
Katholieke Universiteit Leuven
Division Production Engineering,                   tel.  +32 16 322535
Machine Design and Automation                      fax.  +32 16 322987
Celestijnenlaan 300B                  bob dot koninckx at mech dot kuleuven dot ac dot be
B-3001 Leuven Belgium               http://www.mech.kuleuven.ac.be/pma
----------------------------------------------------------------------
Index: httpd.cdl
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/httpd/current/cdl/httpd.cdl,v
retrieving revision 1.2
diff -u -5 -r1.2 httpd.cdl
--- httpd.cdl	24 Feb 2003 14:30:08 -0000	1.2
+++ httpd.cdl	19 Apr 2003 20:15:24 -0000
@@ -67,11 +67,11 @@
         generated content, simple forms handling and a basic CGI
         interface. It is NOT intended to be a general purpose server for
         delivering arbitrary web content."
 
     compile httpd.c 
-    compile -library=libextras.a init.cxx monitor.c
+    compile -library=libextras.a init.cxx
     
     cdl_option CYGNUM_HTTPD_SERVER_PORT {
         display "HTTP port"
         flavor   data
         default_value 80

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]