aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/Makefile.template
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-06-02 16:03:57 -0700
committerGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-06-02 16:03:57 -0700
commita6de798209a73e422ff93afdc6f9244640273619 (patch)
tree484aa9fc8294c3b6d2aa1ec09068ec46bc47645f /templates/Makefile.template
parentaaba27281f4aafee7bab0842b48b700cb3b8da60 (diff)
parent3adab74c629b8f56f0c04f5e0cc234f1cf3fcb06 (diff)
Merge pull request #1859 from nicolasnoble/no-pollution-from-global-grpc
Avoid polluting our compilation with previously installed grpc.
Diffstat (limited to 'templates/Makefile.template')
-rw-r--r--templates/Makefile.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template
index 38adb2f6c8..f6028cdecc 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -276,6 +276,8 @@ LDFLAGS += -fPIC
endif
INCLUDES = . include $(GENDIR)
+LDFLAGS += -Llibs/$(CONFIG)
+
ifeq ($(SYSTEM),Darwin)
ifneq ($(wildcard /usr/local/ssl/include),)
INCLUDES += /usr/local/ssl/include