aboutsummaryrefslogtreecommitdiff
path: root/backends/module.mk
diff options
context:
space:
mode:
authorEugene Sandulenko2019-10-23 23:09:50 +0200
committerEugene Sandulenko2019-10-24 00:15:33 +0200
commit0ad210a5a477c4d4241e03a54c7007ac669a3a3c (patch)
treec12a06988bee9e70ab496053facd21507e5182e0 /backends/module.mk
parentf11c81c5f04b4a6f98fa5e9d53bbd3765755478b (diff)
downloadscummvm-rg350-0ad210a5a477c4d4241e03a54c7007ac669a3a3c.tar.gz
scummvm-rg350-0ad210a5a477c4d4241e03a54c7007ac669a3a3c.tar.bz2
scummvm-rg350-0ad210a5a477c4d4241e03a54c7007ac669a3a3c.zip
NETWORKING: Added simple request handler
Diffstat (limited to 'backends/module.mk')
-rw-r--r--backends/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/module.mk b/backends/module.mk
index 2201e65354..886947e9da 100644
--- a/backends/module.mk
+++ b/backends/module.mk
@@ -65,6 +65,7 @@ MODULE_OBJS += \
networking/curl/networkreadstream.o \
networking/curl/curlrequest.o \
networking/curl/curljsonrequest.o \
+ networking/curl/postrequest.o \
networking/curl/request.o
endif