From 1ca485ce1775f0863b94bfd6b1c19bb1a18a86ec Mon Sep 17 00:00:00 2001 From: Ralph Giles <giles@mozilla.com> Date: Sun, 28 Aug 2011 22:02:16 +1200 Subject: [PATCH] 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 57fd64c08..c6a2f84be 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) -- GitLab