examples/*/Makefile.am : Add CLEANFILES line to remove Windows .exe files.

This commit is contained in:
Erik de Castro Lopo 2014-11-27 13:40:01 +11:00
parent 1a7c3fa488
commit 71b5c02870
4 changed files with 8 additions and 0 deletions

View File

@ -28,3 +28,5 @@ example_c_decode_file_LDADD = \
$(top_builddir)/src/libFLAC/libFLAC.la
example_c_decode_file_SOURCES = main.c
CLEANFILES = example_c_decode_file.exe

View File

@ -30,3 +30,5 @@ example_c_encode_file_LDADD = \
-lm
example_c_encode_file_SOURCES = main.c
CLEANFILES = example_c_encode_file.exe

View File

@ -31,3 +31,5 @@ example_cpp_decode_file_LDADD = \
-lm
example_cpp_decode_file_SOURCES = main.cpp
CLEANFILES = example_cpp_decode_file.exe

View File

@ -31,3 +31,5 @@ example_cpp_encode_file_LDADD = \
-lm
example_cpp_encode_file_SOURCES = main.cpp
CLEANFILES = example_cpp_encode_file.exe