deleted "win" directory in the autotools config
This commit is contained in:
parent
a93ed43907
commit
aa33f98459
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue