From 68a26d8a4ee9b95f1f6d55cfc4d7b031ef566d6c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 29 Apr 2010 05:17:12 +0000 Subject: Use LIBHTTPD. --- cpukit/httpd/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpukit/httpd') diff --git a/cpukit/httpd/Makefile.am b/cpukit/httpd/Makefile.am index 7eb2ed7124..94e3d60019 100644 --- a/cpukit/httpd/Makefile.am +++ b/cpukit/httpd/Makefile.am @@ -2,11 +2,13 @@ ## $Id$ ## +## DEPRECATED, don't use. + include $(top_srcdir)/automake/compile.am AM_CPPFLAGS += -DWEBS -DUEMF -if LIBNETWORKING +if LIBHTTPD ## Always install this header file. Both webservers use it. include_HEADERS = rtems_webserver.h -- cgit v1.2.3