9 lines
134 B
Makefile
9 lines
134 B
Makefile
|
EXTRA_DIST = makewin mingw-configure
|
||
|
|
||
|
DIST_SUBDIRS = moo tests
|
||
|
SUBDIRS = moo
|
||
|
|
||
|
if ! CYGWIN_BUILD
|
||
|
SUBDIRS += tests
|
||
|
endif ! CYGWIN_BUILD
|