From 493694f84869190340a035e524c78d6a6a71bf6c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 30 Jul 2004 23:42:59 -0400 Subject: predicate are now used instead of constraints --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bbdee80d..4c57bab2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ CODE = amount.cc balance.cc account.cc ledger.cc \ - constraint.cc item.cc expr.cc format.cc \ - textual.cc binary.cc + item.cc expr.cc format.cc textual.cc binary.cc OBJS = $(patsubst %.cc,%.o,$(CODE)) #CXX = cc CXX = g++ -- cgit v1.2.3