format: Add support for Raw PCM Signed 16 bits Little Endian

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
diff --git a/src/Makefile.am b/src/Makefile.am
index 116985c..dcecac4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,4 +6,5 @@
 gapk_SOURCES =	main.c	\
 		procqueue.c pq_file.c pq_format.c pq_codec.c \
 		formats.c fmt_amr.c fmt_gsm.c fmt_hr_ref.c fmt_racal.c \
+			fmt_rawpcm.c \
 		codecs.c codec_pcm.c codec_hr.c codec_fr.c codec_efr.c