From 846b733fac9861c741b9faa831468399149049f5 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 28 Jan 2023 10:19:12 +0100 Subject: Added MIME type application/wasm; Added Reichwein::XML::plain_xml --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bb5033f..cb0e8a8 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,8 @@ PROGSRC=\ process.cpp \ stringhelper.cpp \ tempfile.cpp \ - url.cpp + url.cpp \ + xml.cpp SRC=$(PROGSRC) HEADERS=$(PROGSRC:.cpp=.h) archive.h @@ -118,6 +119,8 @@ stringhelper.cpp \ stringhelper.h \ tempfile.cpp \ tempfile.h \ +xml.cpp \ +xml.h \ tests/Makefile \ tests/test-archive.cpp \ tests/test-base64.cpp \ -- cgit v1.2.3