From aa33f98459d05f8bbb829948fc54524ab112afee Mon Sep 17 00:00:00 2001 From: tlegrand Date: Fri, 18 Apr 2008 12:00:15 +0000 Subject: [PATCH] deleted "win" directory in the autotools config --- eo/Makefile.am | 2 +- eo/configure.in | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/eo/Makefile.am b/eo/Makefile.am index 76c8d1374..e9b7e7aa8 100644 --- a/eo/Makefile.am +++ b/eo/Makefile.am @@ -8,7 +8,7 @@ if USE_TUTORIAL SUBDIRS_TUT = tutorial endif -SUBDIRS = src doc contrib win $(SUBDIRS_APP) $(SUBDIRS_TUT) test +SUBDIRS = src doc contrib $(SUBDIRS_APP) $(SUBDIRS_TUT) test # Directory for documents diff --git a/eo/configure.in b/eo/configure.in index bcd1abb9f..6cd843467 100644 --- a/eo/configure.in +++ b/eo/configure.in @@ -68,5 +68,4 @@ AC_OUTPUT(Makefile \ tutorial/Lesson4/Makefile \ tutorial/Lesson5/Makefile \ tutorial/Templates/Makefile \ - tutorial/pdf/Makefile \ - win/Makefile) + tutorial/pdf/Makefile)