X-Git-Url: https://git.distorted.org.uk/~mdw/chopwood/blobdiff_plain/ffd791dac34ccbaac654ee4f3b3fbe9dbf4bc97a..76ee7d4f64bc1f20013f44c8045cd708ef0b9641:/Makefile diff --git a/Makefile b/Makefile index a19c846..13a7b59 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ VERSION = $(shell ./get-version) ## The main source files. SOURCES += chpwd +SOURCES += agpl.py SOURCES += backend.py SOURCES += cgi.py SOURCES += cmdutil.py @@ -39,6 +40,7 @@ SOURCES += config.py SOURCES += crypto.py SOURCES += dbmaint.py SOURCES += format.py +SOURCES += hash.py SOURCES += httpauth.py SOURCES += operation.py SOURCES += output.py