summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-06-12 21:30:03 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-06-13 01:03:47 -0400
commit9edeb4ba11458374b3a0756710c1e3adc97c28e6 (patch)
tree2c120d7d940133b728f8b43a417a91ad24f9c5b0 /tools
parent1ced1f3d83927afb552d62a59ec54c6687d66c2a (diff)
downloadfork-ledger-9edeb4ba11458374b3a0756710c1e3adc97c28e6.tar.gz
fork-ledger-9edeb4ba11458374b3a0756710c1e3adc97c28e6.tar.bz2
fork-ledger-9edeb4ba11458374b3a0756710c1e3adc97c28e6.zip
Moved value.cc into libexpr
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index c38f529c..5b032f72 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -28,7 +28,6 @@ libledger_util_la_CPPFLAGS = $(lib_cppflags)
libledger_util_la_LDFLAGS = -release $(VERSION)
libledger_math_la_SOURCES = \
- src/value.cc \
src/balance.cc \
src/quotes.cc \
src/pool.cc \
@@ -49,7 +48,8 @@ libledger_expr_la_SOURCES = \
src/expr.cc \
src/op.cc \
src/parser.cc \
- src/token.cc
+ src/token.cc \
+ src/value.cc
libledger_expr_la_CPPFLAGS = $(lib_cppflags)
libledger_expr_la_LDFLAGS = -release $(VERSION)
@@ -107,8 +107,8 @@ pkginclude_HEADERS = \
src/pool.h \
src/quotes.h \
src/balance.h \
- src/value.h \
\
+ src/value.h \
src/token.h \
src/parser.h \
src/op.h \