working commit

This commit is contained in:
2026-04-29 14:14:44 +02:00
parent 6ae4f017f9
commit 47542499fc
3 changed files with 87 additions and 52 deletions
+5 -2
View File
@@ -5,9 +5,12 @@ CXXFLAGS = -std=c++23 -Wall -I. -pthread -D_GNU_SOURCE=1
LDFLAGS = -pthread
LIBS = -Wl,--as-need -lprotobuf
sbin_PROGRAMS = helmetd
sbin_PROGRAMS = helmetd helmetcli
helmetd_SOURCES = helmetd.cpp \
helmetxli_SOURCES = helmetcli.cpp $(helmet_SOURCES)
helmetd_SOURCES = helmetd.cpp $(helmet_SOURCES)
helmet_SOURCES = \
interface.cpp interface.hpp \
iprouter.cpp iprouter.hpp \
netclient.cpp netclient.hpp \