diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-02-20 20:59:29 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-02-20 21:10:32 +0100 |
commit | 72743820abc861f139804b5c5e31cc8962d85b59 (patch) | |
tree | 6035fa77fa0460b2b464f1d56a2c2cc2492e3548 /templates | |
parent | b681d0adba74e8f870082a15103b71038dd5beb0 (diff) |
Defining an installation prefix for grpc's root certs at compilation time.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/Makefile.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template index f1f1badc16..3cc1a95192 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template @@ -180,7 +180,7 @@ HOST_LD = $(LD) HOST_LDXX = $(LDXX) CPPFLAGS += $(CPPFLAGS_$(CONFIG)) -DEFINES += $(DEFINES_$(CONFIG)) +DEFINES += $(DEFINES_$(CONFIG)) INSTALL_PREFIX=\"$(prefix)\" LDFLAGS += $(LDFLAGS_$(CONFIG)) CFLAGS += -std=c89 -pedantic |