Fix tarball builds.
This commit is contained in:
parent
6268300c5e
commit
d5f455ca16
2 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@ include opus_headers.txt
|
||||||
|
|
||||||
libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES)
|
libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES)
|
||||||
|
|
||||||
pkginclude_HEADERS = src/opus.h src/opus_multistream.h libcelt/opus_types.h
|
pkginclude_HEADERS = src/opus.h src/opus_multistream.h libcelt/opus_types.h libcelt/opus_defines.h
|
||||||
|
|
||||||
noinst_HEADERS = $(OPUS_HEAD) $(SILK_HEAD) $(CELT_HEAD)
|
noinst_HEADERS = $(OPUS_HEAD) $(SILK_HEAD) $(CELT_HEAD)
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@ libcelt/arch.h \
|
||||||
libcelt/bands.h \
|
libcelt/bands.h \
|
||||||
libcelt/celt.h \
|
libcelt/celt.h \
|
||||||
libcelt/opus_types.h \
|
libcelt/opus_types.h \
|
||||||
|
libcelt/opus_defines.h \
|
||||||
libcelt/cwrs.h \
|
libcelt/cwrs.h \
|
||||||
libcelt/ecintrin.h \
|
libcelt/ecintrin.h \
|
||||||
libcelt/entcode.h \
|
libcelt/entcode.h \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue