working commit
This commit is contained in:
+5
-2
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user