From d5f455ca1602f2000a1975278be7cef27805a38c Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Fri, 2 Sep 2011 17:28:06 -0400 Subject: Fix tarball builds. --- Makefile.am | 2 +- celt_headers.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 10e9c304..7a285958 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ include opus_headers.txt 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) diff --git a/celt_headers.txt b/celt_headers.txt index b227b7c6..73e119db 100644 --- a/celt_headers.txt +++ b/celt_headers.txt @@ -3,6 +3,7 @@ libcelt/arch.h \ libcelt/bands.h \ libcelt/celt.h \ libcelt/opus_types.h \ +libcelt/opus_defines.h \ libcelt/cwrs.h \ libcelt/ecintrin.h \ libcelt/entcode.h \ -- cgit v1.2.1