summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy B. Terriberry <tterribe@xiph.org>2013-05-21 13:42:14 -0700
committerTimothy B. Terriberry <tterribe@xiph.org>2013-05-21 13:42:14 -0700
commit9d05628407f040dfdf6c12f6400fdc4b63698322 (patch)
tree50cb5e8af9a876fc2e3212ff4b749988a445f338
parente095c3eb7f84983e58d61983dbb29cbbf42a902d (diff)
downloadopus-9d05628407f040dfdf6c12f6400fdc4b63698322.tar.gz
Add new ARM headers to top-level file lists.
Otherwise make dist does not include these files in the source tarball.
-rw-r--r--celt_headers.mk6
-rw-r--r--silk_headers.mk4
2 files changed, 9 insertions, 1 deletions
diff --git a/celt_headers.mk b/celt_headers.mk
index f89d66a2..1febcdea 100644
--- a/celt_headers.mk
+++ b/celt_headers.mk
@@ -28,4 +28,8 @@ celt/rate.h \
celt/stack_alloc.h \
celt/vq.h \
celt/static_modes_float.h \
-celt/static_modes_fixed.h
+celt/static_modes_fixed.h \
+celt/arm/fixed_armv4.h \
+celt/arm/fixed_armv5e.h \
+celt/arm/kiss_fft_armv4.h \
+celt/arm/kiss_fft_armv5e.h
diff --git a/silk_headers.mk b/silk_headers.mk
index 45c69853..316cd4b7 100644
--- a/silk_headers.mk
+++ b/silk_headers.mk
@@ -19,6 +19,10 @@ silk/resampler_private.h \
silk/resampler_rom.h \
silk/resampler_structs.h \
silk/SigProc_FIX.h \
+silk/arm/macros_armv4.h \
+silk/arm/macros_armv5e.h \
+silk/arm/SigProc_FIX_armv4.h \
+silk/arm/SigProc_FIX_armv5e.h \
silk/fixed/main_FIX.h \
silk/fixed/structs_FIX.h \
silk/float/main_FLP.h \