From 4a90509051a141272b0bd51ecb17f230ace8fde1 Mon Sep 17 00:00:00 2001 From: evomarc Date: Mon, 3 Dec 2001 06:56:43 +0000 Subject: [PATCH] Removed dir win from list of subdirs (generated an error in make check) --- eo/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/Makefile.am b/eo/Makefile.am index a574de0c..e72f4029 100644 --- a/eo/Makefile.am +++ b/eo/Makefile.am @@ -4,7 +4,7 @@ ## ############################################################################### -SUBDIRS = src test win app tutorial +SUBDIRS = src test app tutorial #Directory for documents DOCDIR = ~/public_html/eodocs #Directory for indices -- not useful for the user