diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2014-07-09 19:02:35 +1000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2014-07-09 19:02:35 +1000 |
commit | 31948291a230685ee12af88c35d53a671e0d968f (patch) | |
tree | 2d3c1a2eb1ac764170f853e1f8935d73625e3e52 /examples/c/decode | |
parent | 1988855b821c252a255ddf0dfbd7e643955e6ae8 (diff) | |
download | flac-31948291a230685ee12af88c35d53a671e0d968f.tar.gz |
Makefile.ams: Add MSVS project files to EXTRA_DIST.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
Diffstat (limited to 'examples/c/decode')
-rw-r--r-- | examples/c/decode/file/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/c/decode/file/Makefile.am b/examples/c/decode/file/Makefile.am index 37f16123..ebad2dda 100644 --- a/examples/c/decode/file/Makefile.am +++ b/examples/c/decode/file/Makefile.am @@ -18,7 +18,9 @@ EXTRA_DIST = \ Makefile.lite \ - example_c_decode_file.vcproj + example_c_decode_file.vcproj \ + example_c_decode_file.vcxproj \ + example_c_decode_file.vcxproj.filters AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include noinst_PROGRAMS = example_c_decode_file |