Skip to content

Commit

Permalink
Move protobuf file
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Nov 30, 2023
1 parent 7aaac07 commit 2766852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ifeq ($(CONNECT_TYPE), FULLSPEC)
BIN_ALL += $(BINDIR)/$(S2PEXEC)
endif

SRC_PROTOC = command_interface.proto
SRC_PROTOC = ../proto/command_interface.proto

SRC_GENERATED = $(GENERATED_DIR)/command_interface.pb.cpp

Expand Down Expand Up @@ -236,7 +236,7 @@ ifeq ($(CONNECT_TYPE), FULLSPEC)
BINARIES += $(INSTALL_BIN)/$(S2PEXEC)
endif

GENERATED_DIR := generated
GENERATED_DIR := ../generated

# The following will include all of the auto-generated dependency files (*.d)
# if they exist. This will trigger a rebuild of a source file if a header changes
Expand Down
File renamed without changes.

0 comments on commit 2766852

Please sign in to comment.