From d4d2d988a343b756178669092e0f48f8c57b4e97 Mon Sep 17 00:00:00 2001 From: Steve Underwood Date: Fri, 16 Aug 2013 22:21:17 +0800 Subject: [PATCH] Added missing headers to the spandsp Makefile.am --- libs/spandsp/src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/spandsp/src/Makefile.am b/libs/spandsp/src/Makefile.am index 812100f9cb..a3b7a48ecd 100644 --- a/libs/spandsp/src/Makefile.am +++ b/libs/spandsp/src/Makefile.am @@ -294,6 +294,9 @@ nobase_include_HEADERS = spandsp/ademco_contactid.h \ spandsp/private/modem_echo.h \ spandsp/private/noise.h \ spandsp/private/oki_adpcm.h \ + spandsp/private/playout.h \ + spandsp/private/plc.h \ + spandsp/private/power_meter.h \ spandsp/private/queue.h \ spandsp/private/schedule.h \ spandsp/private/sig_tone.h \