mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:43:32 +03:00
Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variables
This commit is contained in:
parent
f4cc54cb47
commit
63605d281f
10 changed files with 30 additions and 36 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# these files are used in every single unit test program
|
||||
|
||||
UNITFILES = curlcheck.h \
|
||||
$(top_srcdir)/tests/libtest/test.h \
|
||||
$(top_srcdir)/tests/libtest/first.c
|
||||
../libtest/test.h \
|
||||
../libtest/first.c
|
||||
|
||||
# These are all unit test programs
|
||||
UNITPROGS = unit1300 unit1301 unit1302 unit1303 unit1304 unit1305 unit1307 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue