From e852c3428080b3d083e6ef07dc2bea1644e5d5b4 Mon Sep 17 00:00:00 2001 From: Gregory Maxwell <greg@xiph.org> Date: Thu, 9 Aug 2012 07:29:58 -0400 Subject: [PATCH] Add MSVC makefiles to the dist tarball. --- Makefile.am | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a4053c459..46bac9c25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,7 +82,29 @@ opus_custom_demo_SOURCES = celt/opus_custom_demo.c opus_custom_demo_LDADD = libopus.la -lm endif -EXTRA_DIST = opus.pc.in opus-uninstalled.pc.in +EXTRA_DIST = opus.pc.in \ + opus-uninstalled.pc.in \ + opus.sln \ + celt/celt.vcxproj \ + celt/celt.vcxproj.filters \ + src/opus_demo.vcxproj \ + src/opus.vcxproj \ + src/opus.vcxproj.filters \ + src/opus_demo.vcxproj.filters \ + tests/test_opus_decode.vcxproj.filters \ + tests/test_opus_decode.vcxproj \ + tests/test_opus_encode.vcxproj.filters \ + tests/test_opus_encode.vcxproj \ + tests/test_opus_api.vcxproj.filters \ + tests/test_opus_api.vcxproj \ + silk/float/silk_float.vcxproj.filters \ + silk/float/silk_float.vcxproj \ + silk/fixed/silk_fixed.vcxproj.filters \ + silk/fixed/silk_fixed.vcxproj \ + silk/silk_common.vcxproj \ + silk/silk_common.vcxproj.filters \ + win32/genversion.bat \ + win32/config.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = opus.pc -- GitLab