summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-08-09 07:29:58 -0400
committerGregory Maxwell <greg@xiph.org>2012-08-09 07:37:44 -0400
commite852c3428080b3d083e6ef07dc2bea1644e5d5b4 (patch)
treecca722afe16f1c303eb51b6243f35a0eecc967fa
parent98eed74bf59be7192e7e87bc89de06bf9cbe34a2 (diff)
downloadopus-e852c3428080b3d083e6ef07dc2bea1644e5d5b4.tar.gz
Add MSVC makefiles to the dist tarball.
-rw-r--r--Makefile.am24
1 files changed, 23 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a4053c45..46bac9c2 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