From 481fe47d016fb7fa002cdb2b285b8e92697a0c0c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 4 Jan 2019 19:59:03 +0100 Subject: [PATCH] Remove redundant 'Link' sections. * modules/canon-host (Link): Remove section. * modules/timevar (Link): Likewise. --- ChangeLog | 6 ++++++ modules/canon-host | 3 --- modules/timevar | 4 ---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 18f98e421f..92bf9cdd24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2019-01-04 Bruno Haible + Remove redundant 'Link' sections. + * modules/canon-host (Link): Remove section. + * modules/timevar (Link): Likewise. + +2019-01-04 Bruno Haible + Remove incorrect 'Link' sections. * modules/acl (Link): Remove section. Use combined 'Link' sections from the dependencies instead. diff --git a/modules/canon-host b/modules/canon-host index c9628da2ae..8804a55d89 100644 --- a/modules/canon-host +++ b/modules/canon-host @@ -20,9 +20,6 @@ lib_SOURCES += canon-host.c Include: "canon-host.h" -Link: -$(GETADDRINFO_LIB) - License: LGPL diff --git a/modules/timevar b/modules/timevar index b2a12bb992..3e1eb48f7f 100644 --- a/modules/timevar +++ b/modules/timevar @@ -20,10 +20,6 @@ lib_SOURCES += timevar.c timevar.def Include: "timevar.h" -Link: -$(LIB_GETHRXTIME) -$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise - License: GPLv3+ -- 2.11.4.GIT