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