summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2011-08-28 22:02:16 +1200
committerJean-Marc Valin <jmvalin@jmvalin.ca>2011-08-28 15:23:15 -0400
commit1ca485ce1775f0863b94bfd6b1c19bb1a18a86ec (patch)
tree3b239c134a723a5174ff92e10fd2cbb2be3514d2 /Makefile.am
parent69abbf4662453350324bf2ac989f499d0d0ddabf (diff)
downloadopus-1ca485ce1775f0863b94bfd6b1c19bb1a18a86ec.tar.gz
Add new public headers to the install targets.
The new opus_types.h header is required to build against libopus, so must be installed alongside opus.h. Furthermore, opus-tools expects access to the multichannel support in opus_multichannel.h.
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 57fd64c0..c6a2f84b 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
+pkginclude_HEADERS = src/opus.h src/opus_multistream.h libcelt/opus_types.h
noinst_HEADERS = $(OPUS_HEAD) $(SILK_HEAD) $(CELT_HEAD)