From fc8dd144673675d959a3a8c7c2049f6bf12dd814 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 23 Jan 2009 15:59:01 -0400 Subject: Create a py_value module, for translating value_t objects to/from Python. --- Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3384170d..b5133c4b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -194,13 +194,14 @@ if HAVE_BOOST_PYTHON lib_LTLIBRARIES += libpyledger.la libpyledger_la_SOURCES = \ + python/pyutils.h \ + python/pyfstream.h \ + python/py_utils.cc \ + python/py_times.cc \ python/py_amount.cc \ python/py_commodity.cc \ - python/py_times.cc \ - python/py_utils.cc \ - python/pyfstream.h \ + python/py_value.cc \ python/pyinterp.cc \ - python/pyutils.h \ python/setup.py libpyledger_la_CPPFLAGS = $(libledger_la_CPPFLAGS) -I$(srcdir)/python -- cgit v1.2.3