summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2011-09-02 17:28:06 -0400
committerGregory Maxwell <greg@xiph.org>2011-09-02 17:28:06 -0400
commitd5f455ca1602f2000a1975278be7cef27805a38c (patch)
treedda8e3e1c00b0c4fbad8f6df39a01c621cec1dbc
parent6268300c5ea22519e46a996225c3ca09fb809c31 (diff)
downloadopus-d5f455ca1602f2000a1975278be7cef27805a38c.tar.gz
Fix tarball builds.
-rw-r--r--Makefile.am2
-rw-r--r--celt_headers.txt1
2 files changed, 2 insertions, 1 deletions
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 \