*** no comment ***
This commit is contained in:
parent
3e6925cfa8
commit
f017e32f35
1 changed files with 7 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue