summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-30 04:40:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-30 04:40:46 +0000
commitfa645f6d953fe2f6b6eb6c27a31cbd5cb02b1c3c (patch)
treea31b24216cb292bec0965c25049bb7c3bfd77ee1 /cpukit
parent2005-10-30 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-fa645f6d953fe2f6b6eb6c27a31cbd5cb02b1c3c.tar.bz2
Add zlib.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/Makefile.am2
-rw-r--r--cpukit/configure.ac1
2 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index c2d8f6701a..5be38566bb 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -14,6 +14,8 @@ SUBDIRS += libnetworking librpc
SUBDIRS += libmisc
SUBDIRS += wrapup
+SUBDIRS += zlib
+
# applications
SUBDIRS += httpd
SUBDIRS += ftpd
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index c0b6d975e2..a698b9f37e 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -298,6 +298,7 @@ libcsupport/Makefile
libnetworking/Makefile
librpc/Makefile
libmisc/Makefile
+zlib/Makefile
httpd/Makefile
ftpd/Makefile
telnetd/Makefile