From: Steve Underwood Date: Fri, 16 Aug 2013 14:21:17 +0000 (+0800) Subject: Added missing headers to the spandsp Makefile.am X-Git-Tag: v1.5.5~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4d2d988a343b756178669092e0f48f8c57b4e97;p=thirdparty%2Ffreeswitch.git Added missing headers to the spandsp Makefile.am --- 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 \