summaryrefslogtreecommitdiff
path: root/utils/http
diff options
context:
space:
mode:
Diffstat (limited to 'utils/http')
-rw-r--r--utils/http/Makefile6
1 files changed, 6 insertions, 0 deletions
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