From a6af9c2731b482dbf13fb26224cf5dcae7d757a5 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 28 Mar 2013 00:02:38 +0000 Subject: [PATCH] Makefile: Add some missing source files to the list. This isn't working out. There must be a better way. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.11.0