From 95e726c7cc21c52829548340142d266cdb8f1123 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 11 Mar 2013 17:50:12 +0000 Subject: split sources lists out to their subdirectories as first step towards using core buildsystem --- utils/http/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 utils/http/Makefile (limited to 'utils/http') diff --git a/utils/http/Makefile b/utils/http/Makefile new file mode 100644 index 000000000..198588bd4 --- /dev/null +++ b/utils/http/Makefile @@ -0,0 +1,6 @@ +# http utils sources + +S_HTTP := challenge.c generics.c primitives.c parameter.c \ + content-disposition.c content-type.c www-authenticate.c + +S_HTTP := $(addprefix utils/http/,$(S_HTTP)) \ No newline at end of file -- cgit v1.2.3