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]: 8dac7be438
[265b14d]: 265b14d6b3

Closes #11494
This commit is contained in:
Alois Klink 2023-07-20 00:42:38 +01:00 committed by Daniel Stenberg
parent 39e7c22bb4
commit 50c819e84d
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -62,9 +62,6 @@ unit1323_SOURCES = unit1323.c $(UNITFILES)
unit1330_SOURCES = unit1330.c $(UNITFILES) unit1330_SOURCES = unit1330.c $(UNITFILES)
unit1394_SOURCES = unit1394.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) unit1395_SOURCES = unit1395.c $(UNITFILES)