From eb8d28b694d9432b0a55250f6a01602ca6975071 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Thu, 9 Jul 1998 23:03:27 +0000 Subject: [PATCH] Removed `proxy'. This directory is considered obsolete and will be removed 1998-07-10 Martin Baulig * src/Makefile.am (SUBDIRS): Removed `proxy'. This directory is considered obsolete and will be removed soon. --- ChangeLog | 5 +++++ src/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ee38badc..9f4354b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-07-10 Martin Baulig + + * src/Makefile.am (SUBDIRS): Removed `proxy'. This directory + is considered obsolete and will be removed soon. + 1998-07-06 Martin Baulig * sysdeps/common/mountlist.c: using functions from `xmalloc.c'. diff --git a/src/Makefile.am b/src/Makefile.am index 6c285f4f..1f27265f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1 +1 @@ -SUBDIRS = server proxy daemon +SUBDIRS = server daemon