summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-21 05:54:04 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-21 05:54:04 -0400
commitba0a928883752398da5c3d3e5c1485e51940f237 (patch)
treecf7c5afc8637b074a0384375a0c860858b4ea635 /Makefile
parent47cb7891c8012af2e6c03619f6b5ecaa32794126 (diff)
downloadfork-ledger-ba0a928883752398da5c3d3e5c1485e51940f237.tar.gz
fork-ledger-ba0a928883752398da5c3d3e5c1485e51940f237.tar.bz2
fork-ledger-ba0a928883752398da5c3d3e5c1485e51940f237.zip
moved code from value.h into value.cc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 72dceaf1..41e452d6 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ CODE = account.cc \
quotes.cc \
textual.cc \
valexpr.cc \
+ value.cc \
walk.cc
OBJS = $(patsubst %.cc,%.o,$(CODE))