summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-04-29 05:17:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-04-29 05:17:12 +0000
commit68a26d8a4ee9b95f1f6d55cfc4d7b031ef566d6c (patch)
tree9a5ca113a8dfde5506d2b779e6c78989496f327e /cpukit/httpd
parent2010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-68a26d8a4ee9b95f1f6d55cfc4d7b031ef566d6c.tar.bz2
Use LIBHTTPD.
Diffstat (limited to 'cpukit/httpd')
-rw-r--r--cpukit/httpd/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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