From: Mark Wooding Date: Thu, 28 Mar 2013 00:02:38 +0000 (+0000) Subject: Makefile: Add some missing source files to the list. X-Git-Tag: 1.0.0~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/chopwood/commitdiff_plain/a6af9c2731b482dbf13fb26224cf5dcae7d757a5?ds=sidebyside Makefile: Add some missing source files to the list. This isn't working out. There must be a better way. --- 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