From 50c819e84dfab76c45b1aab4ef2fc11f8c535bd3 Mon Sep 17 00:00:00 2001 From: Alois Klink Date: Thu, 20 Jul 2023 00:42:38 +0100 Subject: [PATCH] unittest/makefile: remove unneeded unit1394_LDADD These custom `unit1394_LDADD` and similar automake overrides are no longer neded. They were originally added by added by [8dac7be][] for metalink support, but are no longer after [265b14d][] removed metalink. [8dac7be]: https://github.com/curl/curl/commit/8dac7be438512a8725d3c71e9139bdfdcac1ed8c [265b14d]: https://github.com/curl/curl/commit/265b14d6b37c4298bd5556fabcbc37d36f911693 Closes #11494 --- tests/unit/Makefile.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/unit/Makefile.inc b/tests/unit/Makefile.inc index 7d45e2e844..757631cae4 100644 --- a/tests/unit/Makefile.inc +++ b/tests/unit/Makefile.inc @@ -62,9 +62,6 @@ unit1323_SOURCES = unit1323.c $(UNITFILES) unit1330_SOURCES = unit1330.c $(UNITFILES) unit1394_SOURCES = unit1394.c $(UNITFILES) -unit1394_LDADD = $(top_builddir)/lib/libcurl.la @LIBCURL_LIBS@ -unit1394_LDFLAGS = $(top_builddir)/src/libcurltool.la -unit1394_LIBS = unit1395_SOURCES = unit1395.c $(UNITFILES) -- 2.47.3