summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-10-27 05:48:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-10-27 05:48:46 +0000
commitbe4bd26222c425aceb9cbdd916115151fdaf4996 (patch)
tree5847728a18cbc7864c52cc85b8cb3433194e07be
parentInstall libhttpd.a. (diff)
downloadrtems-be4bd26222c425aceb9cbdd916115151fdaf4996.tar.bz2
Add httpd.
-rw-r--r--cpukit/Makefile.am1
-rw-r--r--cpukit/configure.ac1
2 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 6d72915a8d..99a2912cdc 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -11,6 +11,7 @@ SUBDIRS = . ada score rtems sapi posix itron
SUBDIRS += libcsupport libblock libfs
SUBDIRS += libnetworking librpc
SUBDIRS += libmisc
+SUBDIRS += httpd
SUBDIRS += wrapup
noinst_DATA = preinstall-stamp
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 0eeab728d6..7d4f8b7503 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -300,6 +300,7 @@ libcsupport/Makefile
libnetworking/Makefile
librpc/Makefile
libmisc/Makefile
+httpd/Makefile
wrapup/Makefile
])