summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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 \