From 987080448d890339aaea2597cf3cdb6a8eee74b4 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 27 Aug 2016 09:23:00 +0100 Subject: Fix the LDFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 531c065..696bdaa 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ EXTRACT_CONVERSION_EXPORTS = python $(EXTRACT_CONVERSION_FUNCTIONS_PY) --scm pyg CDEBUG = -g -Wall CFLAGS = $(CDEBUG) `guile-config compile` $(PYINC) $(GCOVFLAGS) CPPFLAGS = `guile-config compile` $(PYINC) -LDFLAGS = `guile-config link` $(GCOVFLAGS) +LDFLAGS = $(shell guile-config link) $(GCOVFLAGS) -Wl,-rpath="$(shell python-config --prefix)/lib" RM = rm -v -- cgit v1.2.3