add otel target to zerotier-one dependency in linux makefile

This commit is contained in:
Grant Limberg 2025-07-11 11:12:58 -07:00
parent 478cd2840b
commit 0c7afe3d0a
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735

View file

@ -397,7 +397,7 @@ from_builder: FORCE
ln -sf zerotier-one zerotier-idtool ln -sf zerotier-one zerotier-idtool
ln -sf zerotier-one zerotier-cli ln -sf zerotier-one zerotier-cli
zerotier-one: $(CORE_OBJS) $(ONE_OBJS) one.o zerotier-one: otel $(CORE_OBJS) $(ONE_OBJS) one.o
$(CXX) $(CXXFLAGS) $(LDFLAGS) -o zerotier-one $(CORE_OBJS) $(ONE_OBJS) one.o $(LDLIBS) $(CXX) $(CXXFLAGS) $(LDFLAGS) -o zerotier-one $(CORE_OBJS) $(ONE_OBJS) one.o $(LDLIBS)
zerotier-idtool: zerotier-one zerotier-idtool: zerotier-one