aboutsummaryrefslogtreecommitdiff
path: root/pow
diff options
context:
space:
mode:
Diffstat (limited to 'pow')
-rw-r--r--pow/pywrap/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pow/pywrap/Makefile.in b/pow/pywrap/Makefile.in
index 8370451a..b1969a05 100644
--- a/pow/pywrap/Makefile.in
+++ b/pow/pywrap/Makefile.in
@@ -3,12 +3,12 @@ OPENSSL_BUILD_DIRECTORY = @abs_top_builddir@/openssl/openssl
CC=gcc
CFLAGS=`python-config --cflags`
LDFLAGS=-Wl,-rpath,$(OPENSSL_BUILD_DIRECTORY) -L$(OPENSSL_BUILD_DIRECTORY)
-LIBS=-lcrypto -lssl `python-config --libs`
+LIBS=-lcrypto -lssl `python-config --ldflags`
all: python
python: python.o
- $(CC) $(LDFLAGS) -o $@ $< $(LIBS)
+ $(CC) $(LDFLAGS) -o $@ $? $(LIBS)
clean:
rm -f *.o python