summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2017-11-15 10:55:49 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2017-11-15 10:55:49 +0100
commit418d1d85abe6438da9f25c299e1031dc6eb312aa (patch)
treed9bdec768f7547a0fe3c70d5dfca3e83fe88f68d /Makefile
parentbd6bbe25c29f019b259b8e66ba72d8a913f41118 (diff)
downloadtorrenthash-418d1d85abe6438da9f25c299e1031dc6eb312aa.tar
torrenthash-418d1d85abe6438da9f25c299e1031dc6eb312aa.zip
Use LDLIBS instead of LDFLAGSv1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 76c2ef8..6f9775b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
CRYPTO_CFLAGS := $(shell pkg-config --cflags libcrypto)
-CRYPTO_LDFLAGS := $(shell pkg-config --libs libcrypto)
+CRYPTO_LDLIBS := $(shell pkg-config --libs libcrypto)
CFLAGS += -Wall -Wextra $(CRYPTO_CFLAGS)
-LDFLAGS += $(CRYPTO_LDFLAGS)
+LDLIBS += $(CRYPTO_LDLIBS)
all : torrenthash