Skip to content

Commit

Permalink
move protobuf header generation (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Benuck authored and kneitinger committed Jan 13, 2021
1 parent 6fbf86e commit 027104e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions axiom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ VERSION_FLAGS := -DNR_VERSION=$(AGENT_VERSION) -DNR_COMMIT=$(GIT_COMMIT)
# Object files that we have to build. If you're adding a new C file to axiom,
# you need to add a corresponding line here.
#
# Note: v1.pb-c.o is built first in order to generate v1.pb-c.h which is needed
# by at least nr_span_encoding.c.
OBJS := \
v1.pb-c.o \
cmd_appinfo_transmit.o \
cmd_span_batch_transmit.o \
cmd_txndata_transmit.o \
Expand Down Expand Up @@ -156,8 +159,7 @@ OBJS := \
util_text.o \
util_threads.o \
util_url.o \
util_vector.o \
v1.pb-c.o
util_vector.o

#
# The rule to actually build the library.
Expand Down

0 comments on commit 027104e

Please sign in to comment.