Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2011-09-03 01:28:06 +0400
committerGregory Maxwell <greg@xiph.org>2011-09-03 01:28:06 +0400
commitd5f455ca1602f2000a1975278be7cef27805a38c (patch)
treedda8e3e1c00b0c4fbad8f6df39a01c621cec1dbc /Makefile.am
parent6268300c5ea22519e46a996225c3ca09fb809c31 (diff)
Fix tarball builds.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 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)