From 65c302ae1af7bbd58de1893729e5c126be27c2d2 Mon Sep 17 00:00:00 2001 From: John-Michael Baier Date: Sun, 6 Dec 2020 17:28:18 +0100 Subject: [PATCH] add missing .cpp --- src/tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am index 378b1f2f..cd095d2a 100644 --- a/src/tools/Makefile.am +++ b/src/tools/Makefile.am @@ -12,7 +12,7 @@ ebusfeed_SOURCES = ebusfeed.cpp ebusfeed_LDADD = ../lib/utils/libutils.a \ ../lib/ebus/libebus.a -ebuspicloader_SOURCES = ebuspicloader.cpp +ebuspicloader_SOURCES = ebuspicloader.cpp intelhex/intelhexclass.cpp if CONTRIB ebusfeed_LDADD += ../lib/ebus/contrib/libebuscontrib.a