mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:21:42 +03:00
tests: drop useless "nodist_SOURCES" assignments
They cause automake warnings and have no effect. Closes #17688
This commit is contained in:
parent
0d70dfb79b
commit
aaebb45f58
3 changed files with 0 additions and 3 deletions
|
|
@ -64,7 +64,6 @@ $(BUNDLE_SRC): $(top_srcdir)/scripts/mk-unity.pl Makefile.inc $(FIRSTFILES) $(cu
|
|||
@PERL@ $(top_srcdir)/scripts/mk-unity.pl --include $(curlx_src) --test $(TESTFILES) > $(BUNDLE_SRC)
|
||||
|
||||
noinst_PROGRAMS = $(BUNDLE)
|
||||
nodist_SOURCES = $(BUNDLE_SRC)
|
||||
LDADD = $(top_builddir)/lib/libcurl.la
|
||||
CLEANFILES = $(BUNDLE_SRC)
|
||||
|
||||
|
|
|
|||
|
|
@ -94,7 +94,6 @@ $(BUNDLE_SRC): $(top_srcdir)/scripts/mk-unity.pl Makefile.inc $(FIRSTFILES) $(UT
|
|||
@PERL@ $(top_srcdir)/scripts/mk-unity.pl --include $(UTILS) $(curlx_src) --test $(TESTFILES) lib1521.c > $(BUNDLE_SRC)
|
||||
|
||||
noinst_PROGRAMS = $(BUNDLE)
|
||||
nodist_SOURCES = $(BUNDLE_SRC)
|
||||
LDADD = $(top_builddir)/lib/libcurl.la
|
||||
CLEANFILES = $(BUNDLE_SRC) lib1521.c
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,6 @@ $(BUNDLE_SRC): $(top_srcdir)/scripts/mk-unity.pl Makefile.inc $(FIRSTFILES) $(UT
|
|||
@PERL@ $(top_srcdir)/scripts/mk-unity.pl --include $(UTILS) $(CURLX_CFILES) --test $(TESTFILES) > $(BUNDLE_SRC)
|
||||
|
||||
noinst_PROGRAMS = $(BUNDLE)
|
||||
nodist_SOURCES = $(BUNDLE_SRC)
|
||||
LDADD = @CURL_NETWORK_AND_TIME_LIBS@
|
||||
CLEANFILES = $(BUNDLE_SRC)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue