diff options
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 \ | 
