Skip to content
Snippets Groups Projects
Commit 13722f53 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added 503

parent 57f0e329
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ INCLUDES = -I$(top_srcdir)/include/curl
LIBDIR = ../../lib
# here are all tools used for running libcurl tests
bin_PROGRAMS = lib500 lib501 lib502
bin_PROGRAMS = lib500 lib501 lib502 lib503
lib500_SOURCES = lib500.c first.c test.h
lib500_LDADD = $(LIBDIR)/libcurl.la
......@@ -22,3 +22,7 @@ lib501_DEPENDENCIES = $(LIBDIR)/libcurl.la
lib502_SOURCES = lib502.c first.c test.h
lib502_LDADD = $(LIBDIR)/libcurl.la
lib502_DEPENDENCIES = $(LIBDIR)/libcurl.la
lib503_SOURCES = lib503.c first.c test.h
lib503_LDADD = $(LIBDIR)/libcurl.la
lib503_DEPENDENCIES = $(LIBDIR)/libcurl.la
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment