mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:03:31 +03:00
tests: drop BUNDLE_SRC variable
Derive it from `$BUNDLE` instead. autotools seems to be already relying on `$BUNDLE_SRC` being equal to `$BUNDLE.c`. (I haven't realized this beforeaaebb45f58.) Also drop redundant `nodist_<target>_SOURCE` lines in tunits and units. Follow-up toaaebb45f58#17688 Follow-up to2c27a67daa#17590 Closes #17692
This commit is contained in:
parent
ccb65643b6
commit
7d8fa8276d
15 changed files with 45 additions and 52 deletions
|
|
@ -24,7 +24,6 @@
|
|||
# Shared between CMakeLists.txt and Makefile.am
|
||||
|
||||
BUNDLE = servers
|
||||
BUNDLE_SRC = servers.c
|
||||
|
||||
# Files referenced from the bundle source
|
||||
FIRSTFILES = first.c first.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue