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

@@ -25,3 +25,5 @@ test_streams_SOURCES = \
main.c
test_streams_LDADD = $(top_builddir)/src/share/grabbag/libgrabbag.la -lm
CLEANFILES = test_streams.exe