Skip to content

Commit

Permalink
separate arg parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Oct 1, 2023
1 parent cb0bfe7 commit fe49e9b
Show file tree
Hide file tree
Showing 5 changed files with 726 additions and 659 deletions.
2 changes: 1 addition & 1 deletion src/ebusd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(ebusd_SOURCES
network.h network.cpp
mainloop.h mainloop.cpp
scan.h scan.cpp
main.h main.cpp
main.h main.cpp main_args.cpp
)

if(HAVE_MQTT)
Expand Down
3 changes: 1 addition & 2 deletions src/ebusd/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ ebusd_SOURCES = \
network.h network.cpp \
mainloop.h mainloop.cpp \
scan.h scan.cpp \
main.h main.cpp

main.h main.cpp main_args.cpp
if MQTT
ebusd_SOURCES += mqtthandler.cpp mqtthandler.h
endif
Expand Down
Loading

0 comments on commit fe49e9b

Please sign in to comment.