Add CLEANFILES to relevant Makefile.am to force removal of Windows EXEs.

This ensures they are removed even we've cross-compiled from Linux
to Windows and then configured for Linux. We don't want the Windows
EXEs to be run after configuring for Linux.
This commit is contained in:
Erik de Castro Lopo
2013-03-23 22:24:47 +11:00
parent b3dab5416d
commit e14a08766a
8 changed files with 16 additions and 0 deletions

View File

@@ -31,3 +31,5 @@ test_seeking_LDADD = \
test_seeking_SOURCES = \
main.c
CLEANFILES = test_seeking.exe