ref: 135d1c9848cb5114f485c02d969fd1717045dcef
parent: d5cb06305b6707a51d976cf79ae513c2fe023382
author: Ron <[email protected]>
date: Tue Nov 19 12:34:12 EST 2013
More make dist fixes Don't include the generated celt/arm/celt_pitch_xcorr_arm-gnu.S in the dist tarball, but do include its celt_pitch_xcorr_arm.s source file.
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,7 @@
CELT_SOURCES += $(CELT_SOURCES_ARM)
SILK_SOURCES += $(SILK_SOURCES_ARM)
if OPUS_ARM_EXTERNAL_ASM
-CELT_SOURCES += $(CELT_SOURCES_ARM_ASM:.s=-gnu.S)
+nodist_libopus_la_SOURCES = $(CELT_SOURCES_ARM_ASM:.s=-gnu.S)
BUILT_SOURCES = $(CELT_SOURCES_ARM_ASM:.s=-gnu.S) \
$(CELT_AM_SOURCES_ARM_ASM:.s.in=.s) \
$(CELT_AM_SOURCES_ARM_ASM:.s.in=-gnu.S)
@@ -122,6 +122,7 @@
Makefile.unix \
tests/run_vectors.sh \
celt/arm/arm2gnu.pl \
+ celt/arm/celt_pitch_xcorr_arm.s \
win32/VS2010/silk_float.vcxproj \
win32/VS2010/celt.vcxproj.filters \
win32/VS2010/opus.vcxproj \