Fix missing ).
[mingw-w64/xnox.git] / Makefile.am
blob91a7502b21637bfbb0279cf0f749b96dae93cb14
1 if HEADER
2   MAYBE_HEADER = mingw-w64-headers
3 endif
5 if CRT
6   MAYBE_CRT = mingw-w64-crt
7 endif
9 if LIBRARIES_MANGLE
10   MAYBE_LIBRARIES_MANGLE = mingw-w64-libraries/libmangle
11 endif
13 if LIBRARIES_PSEH
14   MAYBE_LIBRARIES_PSEH = mingw-w64-libraries/pseh
15 endif
17 if TOOLS_GENDEF
18   MAYBE_TOOLS_GENDEF = mingw-w64-tools/gendef
19 endif
21 if TOOLS_GENIDL
22   MAYBE_TOOLS_GENIDL = mingw-w64-tools/genidl
23 endif
25 SUBDIRS = $(MAYBE_HEADER) $(MAYBE_CRT) $(MAYBE_LIBRARIES_MANGLE) $(MAYBE_LIBRARIES_PSEH) $(MAYBE_TOOLS_GENDEF) $(MAYBE_GENIDL)
27 DISTCHECK_CONFIGURE_FLAGS = --with-headers --with-crt --with-libraries=all --with-tools=all