From fa645f6d953fe2f6b6eb6c27a31cbd5cb02b1c3c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 30 Oct 2005 04:40:46 +0000 Subject: Add zlib. --- cpukit/Makefile.am | 2 ++ cpukit/configure.ac | 1 + 2 files changed, 3 insertions(+) (limited to 'cpukit') 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 -- cgit v1.2.3