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 | |
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')
-rw-r--r-- | examples/c/decode/file/Makefile.am | 4 | ||||
-rw-r--r-- | examples/c/encode/file/Makefile.am | 4 | ||||
-rw-r--r-- | examples/cpp/decode/file/Makefile.am | 4 | ||||
-rw-r--r-- | examples/cpp/encode/file/Makefile.am | 4 |
4 files changed, 12 insertions, 4 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 diff --git a/examples/c/encode/file/Makefile.am b/examples/c/encode/file/Makefile.am index c2b3f5da..4faa4b57 100644 --- a/examples/c/encode/file/Makefile.am +++ b/examples/c/encode/file/Makefile.am @@ -18,7 +18,9 @@ EXTRA_DIST = \ Makefile.lite \ - example_c_encode_file.vcproj + example_c_encode_file.vcproj \ + example_c_encode_file.vcxproj \ + example_c_encode_file.vcxproj.filters AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include noinst_PROGRAMS = example_c_encode_file diff --git a/examples/cpp/decode/file/Makefile.am b/examples/cpp/decode/file/Makefile.am index 330d4224..8b167a71 100644 --- a/examples/cpp/decode/file/Makefile.am +++ b/examples/cpp/decode/file/Makefile.am @@ -18,7 +18,9 @@ EXTRA_DIST = \ Makefile.lite \ - example_cpp_decode_file.vcproj + example_cpp_decode_file.vcproj \ + example_cpp_decode_file.vcxproj \ + example_cpp_decode_file.vcxproj.filters AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include noinst_PROGRAMS = example_cpp_decode_file diff --git a/examples/cpp/encode/file/Makefile.am b/examples/cpp/encode/file/Makefile.am index 5c9183f1..dafa1dd8 100644 --- a/examples/cpp/encode/file/Makefile.am +++ b/examples/cpp/encode/file/Makefile.am @@ -18,7 +18,9 @@ EXTRA_DIST = \ Makefile.lite \ - example_cpp_encode_file.vcproj + example_cpp_encode_file.vcproj \ + example_cpp_encode_file.vcxproj \ + example_cpp_encode_file.vcxproj.filters AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include noinst_PROGRAMS = example_cpp_encode_file |