diff options
| author | Roland Reichwein <mail@reichwein.it> | 2023-01-28 10:19:12 +0100 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2023-01-28 10:19:12 +0100 | 
| commit | 846b733fac9861c741b9faa831468399149049f5 (patch) | |
| tree | fdc7ae4aa28d66412d96e2e8baab0dec6df8cdb7 /Makefile | |
| parent | 2fd0bb52f38f243c76fbbd8a85efe781c5f599c4 (diff) | |
Added MIME type application/wasm; Added Reichwein::XML::plain_xml
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 | 
1 files changed, 4 insertions, 1 deletions
| @@ -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 \ | 
