mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
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:
@@ -25,3 +25,5 @@ test_streams_SOURCES = \
|
||||
main.c
|
||||
|
||||
test_streams_LDADD = $(top_builddir)/src/share/grabbag/libgrabbag.la -lm
|
||||
|
||||
CLEANFILES = test_streams.exe
|
||||
|
||||
Reference in New Issue
Block a user