working commit
This commit is contained in:
+4
-1
@@ -1,7 +1,7 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo subdir-objects
|
||||
|
||||
CXXFLAGS = -O1 -std=c++23 -Wall -I. -pthread -D_GNU_SOURCE=1 -MMD -MP
|
||||
CXXFLAGS = -O -std=c++23 -Wall -I. -pthread -D_GNU_SOURCE=1 -MMD -MP
|
||||
LDFLAGS = -pthread
|
||||
LIBS = -Wl,--as-need -lprotobuf
|
||||
|
||||
@@ -10,6 +10,7 @@ sbin_PROGRAMS = helmetsrv helmetcli
|
||||
helmetsrv_SOURCES = helmetsrv.cpp \
|
||||
tservice.cpp tservice.hpp \
|
||||
sockhand.cpp dockhand.hpp \
|
||||
srvconfig.cpp srvconfig.hpp \
|
||||
$(helmet_SOURCES)
|
||||
|
||||
helmetcli_SOURCES = helmetcli.cpp \
|
||||
@@ -21,6 +22,8 @@ helmet_SOURCES = \
|
||||
msgheader.cpp msgheader.hpp \
|
||||
interface.cpp interface.hpp \
|
||||
iprouter.cpp iprouter.hpp \
|
||||
stringaux.cpp stringaux.hpp \
|
||||
networkaux.cpp networkaux.hpp \
|
||||
uxcontrol.pb.cc uxcontrol.pb.h
|
||||
|
||||
ASTYLE_OPTS = --indent=spaces=8 --style=java
|
||||
|
||||
Reference in New Issue
Block a user