aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/Makefile.template
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-02-20 20:59:29 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-02-20 21:10:32 +0100
commit72743820abc861f139804b5c5e31cc8962d85b59 (patch)
tree6035fa77fa0460b2b464f1d56a2c2cc2492e3548 /templates/Makefile.template
parentb681d0adba74e8f870082a15103b71038dd5beb0 (diff)
Defining an installation prefix for grpc's root certs at compilation time.
Diffstat (limited to 'templates/Makefile.template')
-rw-r--r--templates/Makefile.template2
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