From: Alois Klink Date: Wed, 19 Jul 2023 23:42:38 +0000 (+0100) Subject: unittest/makefile: remove unneeded unit1394_LDADD X-Git-Tag: curl-8_2_1~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50c819e84dfab76c45b1aab4ef2fc11f8c535bd3;p=thirdparty%2Fcurl.git 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 --- 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)