From 739324fb8ee7cf9a27a8e024200d699502186952 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 8 Jul 2023 12:00:31 +0200 Subject: [PATCH] missed update in c1624f5 --- src/ebusd/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ebusd/Makefile.am b/src/ebusd/Makefile.am index 38826824..a557e5c5 100644 --- a/src/ebusd/Makefile.am +++ b/src/ebusd/Makefile.am @@ -9,6 +9,7 @@ bin_PROGRAMS = ebusd ebusd_SOURCES = \ bushandler.h bushandler.cpp \ datahandler.h datahandler.cpp \ + request.h request.cpp \ network.h network.cpp \ mainloop.h mainloop.cpp \ scan.h scan.cpp \