Skip to content

Commit

Permalink
Merge pull request #64 from Partmedia:makefile
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 586288456
  • Loading branch information
Copybara-Service committed Nov 29, 2023
2 parents 0179b0a + 1f50574 commit fe19be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -11,7 +11,7 @@
# when installing it.
GRPC_ROOT ?= /usr/local
LIBS = -lgrpc -lgpr
CFLAGS = $(shell pkg-config grpc --cflags) -I$(GRPC_ROOT)/include
CXXFLAGS = $(shell pkg-config grpc --cflags) -I$(GRPC_ROOT)/include -fPIC
LDFLAGS = -L$(GRPC_ROOT)/lib $(LIBS)
OFILES = client.o client_auth.o server.o

Expand Down

0 comments on commit fe19be7

Please sign in to comment.