summaryrefslogtreecommitdiff
path: root/examples/c
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2014-11-27 13:40:01 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-11-27 13:40:37 +1100
commit71b5c028708349e1d698498c54b842a5741dae0f (patch)
treea9cba1a949700c28ee6c2330ae2440af161be68f /examples/c
parent1a7c3fa488694d19535b2c9c59ae245db64a9778 (diff)
downloadflac-71b5c028708349e1d698498c54b842a5741dae0f.tar.gz
examples/*/Makefile.am : Add CLEANFILES line to remove Windows .exe files.
Diffstat (limited to 'examples/c')
-rw-r--r--examples/c/decode/file/Makefile.am2
-rw-r--r--examples/c/encode/file/Makefile.am2
2 files changed, 4 insertions, 0 deletions
diff --git a/examples/c/decode/file/Makefile.am b/examples/c/decode/file/Makefile.am
index 56cb0843..52be3abb 100644
--- a/examples/c/decode/file/Makefile.am
+++ b/examples/c/decode/file/Makefile.am
@@ -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
diff --git a/examples/c/encode/file/Makefile.am b/examples/c/encode/file/Makefile.am
index 4bfc9ab3..82217150 100644
--- a/examples/c/encode/file/Makefile.am
+++ b/examples/c/encode/file/Makefile.am
@@ -30,3 +30,5 @@ example_c_encode_file_LDADD = \
-lm
example_c_encode_file_SOURCES = main.c
+
+CLEANFILES = example_c_encode_file.exe