From bc48578a907346caf36942052b262d4c58b5a29a Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Thu, 9 Nov 2017 20:14:16 -0800 Subject: [PATCH] remove crc16.h from common/Makefile.am --- common/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/common/Makefile.am b/common/Makefile.am index 3f44dff2..a76c3f6e 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -33,7 +33,6 @@ libcommon_la_SOURCES = \ arch.h \ base64.h \ base64.c \ - crc16.h \ defines.h \ fifo.c \ fifo.h \