diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2013-03-23 22:24:47 +1100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2013-03-29 21:25:59 +1100 |
commit | e14a08766adcf3f9abffd6b99a107b562c3c3132 (patch) | |
tree | 01b2369e39e1c484c98a01df5243657ebb52b867 /src/test_streams/Makefile.am | |
parent | b3dab5416d016bfa657f6d310165c6c754ba46da (diff) | |
download | flac-e14a08766adcf3f9abffd6b99a107b562c3c3132.tar.gz |
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.
Diffstat (limited to 'src/test_streams/Makefile.am')
-rw-r--r-- | src/test_streams/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test_streams/Makefile.am b/src/test_streams/Makefile.am index 5bda8f8c..de0d6935 100644 --- a/src/test_streams/Makefile.am +++ b/src/test_streams/Makefile.am @@ -25,3 +25,5 @@ test_streams_SOURCES = \ main.c test_streams_LDADD = $(top_builddir)/src/share/grabbag/libgrabbag.la -lm + +CLEANFILES = test_streams.exe |