From c611c6c6c0cfc30c39e483d3f277f0aa88246e7c Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 24 Aug 2016 10:16:00 +0000 Subject: [PATCH] opensles: Add opensles.h to noinst_HEADERS https://bugzilla.gnome.org/show_bug.cgi?id=770326 --- sys/opensles/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/opensles/Makefile.am b/sys/opensles/Makefile.am index 62368337b3..764078e8ce 100644 --- a/sys/opensles/Makefile.am +++ b/sys/opensles/Makefile.am @@ -20,5 +20,6 @@ libgstopensles_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = openslescommon.h \ openslesringbuffer.h \ openslessink.h \ - openslessrc.h + openslessrc.h \ + opensles.h