summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-11 07:25:32 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:47 -0400
commitf017e32f354eeb45c1408651b73e633bdd870ae0 (patch)
tree9bdf05ea1c7c8bd6b3703260ed6dde3e7320ba7a /Makefile.in
parent3e6925cfa8364c2b11d82ce60762628a84db533a (diff)
downloadfork-ledger-f017e32f354eeb45c1408651b73e633bdd870ae0.tar.gz
fork-ledger-f017e32f354eeb45c1408651b73e633bdd870ae0.tar.bz2
fork-ledger-f017e32f354eeb45c1408651b73e633bdd870ae0.zip
*** no comment ***
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 0f26ecd8..448edf01 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -343,10 +343,13 @@ top_srcdir = @top_srcdir@
SUBDIRS = gdtoa
BUILT_SOURCES = $(am__append_7)
CLEANFILES = $(am__append_8) $(am__append_10)
+EXTRA_DIST = LICENSE docs tests contrib scripts setup.py \
+ verify.sh run_verify.sh valgrind.sh \
+ src/TODO src/gnucash.cc
+
ESC_srcdir = `echo "$(srcdir)" | sed 's/\//\\\\\//g'`
ESC_builddir = `echo "$(top_builddir)" | sed 's/\//\\\\\//g'`
ESC_distdir = `echo "$(distdir)" | sed 's/\//\\\\\//g'`
-EXTRA_DIST = docs tests
lib_LTLIBRARIES = libledger.la $(am__append_1)
AM_YFLAGS = -d
AM_LFLAGS = -o $(LEX_OUTPUT_ROOT).c
@@ -377,9 +380,10 @@ libpyledger_la_SOURCES = \
pkginclude_HEADERS = \
src/amount.h \
- src/balpair.h \
src/balance.h \
+ src/balpair.h \
src/binary.h \
+ src/builder.h \
src/commodity.h \
src/context.h \
src/csv.h \
@@ -410,6 +414,7 @@ pkginclude_HEADERS = \
src/textual.h \
src/times.h \
src/transform.h \
+ src/tuples.hpp \
src/utils.h \
src/value.h \
src/xml.h \