diff options
Diffstat (limited to 'pywrap/Makefile.in')
-rw-r--r-- | pywrap/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywrap/Makefile.in b/pywrap/Makefile.in index f3620535..85fb9342 100644 --- a/pywrap/Makefile.in +++ b/pywrap/Makefile.in @@ -1,7 +1,7 @@ # $Id$ CFLAGS = @CFLAGS@ -LDFLAGS = @LDFLAGS@ -L${abs_top_builddir}/openssl/openssl -Wl,-rpath,@OPENSSL_SHARED_LIBRARY_DIR@ +LDFLAGS = @LDFLAGS@ -L${abs_top_builddir}/openssl/openssl -Wl,-rpath,@PYWRAP_LIBDIR@ LIBS = -lssl -lcrypto PYTHON = @PYTHON@ |