mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:57:18 +03:00
link the test tools this way instead
This commit is contained in:
parent
ae10d9cf22
commit
f26b709c50
1 changed files with 7 additions and 2 deletions
|
|
@ -11,10 +11,15 @@ LIBDIR = ../../lib
|
|||
# here are all tools used for running libcurl tests
|
||||
bin_PROGRAMS = lib500 lib501
|
||||
|
||||
lib500_SOURCES = lib500.c
|
||||
lib500_SOURCES = lib500.c first.c test.h
|
||||
lib500_LDADD = $(LIBDIR)/libcurl.la
|
||||
lib500_DEPENDENCIES = $(LIBDIR)/libcurl.la
|
||||
|
||||
lib501_SOURCES = lib501.c
|
||||
lib501_SOURCES = lib501.c first.c test.h
|
||||
lib501_LDADD = $(LIBDIR)/libcurl.la
|
||||
lib501_DEPENDENCIES = $(LIBDIR)/libcurl.la
|
||||
|
||||
setup:
|
||||
for file in lib*.c; do \
|
||||
echo $$file; \
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue