]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
unittest/makefile: remove unneeded unit1394_LDADD
authorAlois Klink <alois@aloisklink.com>
Wed, 19 Jul 2023 23:42:38 +0000 (00:42 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 21 Jul 2023 10:08:02 +0000 (12:08 +0200)
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

index 7d45e2e8445370c8e131a9a34c1be927593dcd16..757631cae48e095fc1be8fe61f2a69369c3004f9 100644 (file)
@@ -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)