diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/speexresample/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/speexresample/Makefile.am b/gst/speexresample/Makefile.am index 32cdb911..3e0c4924 100644 --- a/gst/speexresample/Makefile.am +++ b/gst/speexresample/Makefile.am @@ -23,7 +23,8 @@ noinst_HEADERS = \ arch.h \ fixed_generic.h \ gstspeexresample.h \ - speex_resampler.h + speex_resampler.h \ + speex_resampler_wrapper.h EXTRA_DIST = \ resample.c |