summaryrefslogtreecommitdiff
path: root/libdane
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-12 22:16:22 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-12 22:43:44 +0200
commit8042ba5062c11ab92c735841192442641bff256b (patch)
tree5100d1ba3f6587a4065cce68f0dbe7f1edae0e5c /libdane
parenta246e999569d4b6383ca7decf34108b991dc269d (diff)
downloadgnutls-8042ba5062c11ab92c735841192442641bff256b.tar.gz
common.mk: corrected typo on LDFLAGS for coverage
Diffstat (limited to 'libdane')
-rw-r--r--libdane/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdane/Makefile.am b/libdane/Makefile.am
index 896b537641..dce5988e68 100644
--- a/libdane/Makefile.am
+++ b/libdane/Makefile.am
@@ -33,7 +33,7 @@ AM_CPPFLAGS = \
SUBDIRS = includes
-libgnutls_dane_la_LDFLAGS = -no-undefined $(COMMON_LDFLAGS)
+libgnutls_dane_la_LDFLAGS = -no-undefined $(COMMON_LINK_FLAGS)
lib_LTLIBRARIES = libgnutls-dane.la