diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-30 04:46:53 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-30 04:46:53 -0500 |
commit | 0259381bae0efeff449dcc2aa3fbe2a42b7cb15c (patch) | |
tree | 88e3c792695f4437917a7b7895dbebc656ac91d4 /tools | |
parent | 715568bdd4b2c746882555714d6ecb7831f0b006 (diff) | |
download | fork-ledger-0259381bae0efeff449dcc2aa3fbe2a42b7cb15c.tar.gz fork-ledger-0259381bae0efeff449dcc2aa3fbe2a42b7cb15c.tar.bz2 fork-ledger-0259381bae0efeff449dcc2aa3fbe2a42b7cb15c.zip |
Added test/python to EXTRA_DIST
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index f1582e50..232ce768 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -349,6 +349,7 @@ EXTRA_DIST += test/regress test/convert.py test/LedgerHarness.py if HAVE_BOOST_PYTHON TEST_PYTHON_FLAGS = --python +EXTRA_DIST += test/python else TEST_PYTHON_FLAGS = endif |