From be4bd26222c425aceb9cbdd916115151fdaf4996 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 27 Oct 2004 05:48:46 +0000 Subject: Add httpd. --- cpukit/Makefile.am | 1 + cpukit/configure.ac | 1 + 2 files changed, 2 insertions(+) (limited to 'cpukit') 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 ]) -- cgit v1.2.3