deleted "win" directory in the autotools config

This commit is contained in:
tlegrand 2008-04-18 12:00:15 +00:00
commit aa33f98459
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -68,5 +68,4 @@ AC_OUTPUT(Makefile \
tutorial/Lesson4/Makefile \
tutorial/Lesson5/Makefile \
tutorial/Templates/Makefile \
tutorial/pdf/Makefile \
win/Makefile)
tutorial/pdf/Makefile)