From 83ca0278f883da7b200658e78770f265863286b8 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 17 Nov 2013 01:00:25 +0000 Subject: [PATCH] Adjust Makefile.am for new runTests.py.in Left over from r23392 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23403 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/optional/python-bindings/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/optional/python-bindings/tests/Makefile.am b/src/optional/python-bindings/tests/Makefile.am index bab02333b9..bbac03315c 100644 --- a/src/optional/python-bindings/tests/Makefile.am +++ b/src/optional/python-bindings/tests/Makefile.am @@ -44,7 +44,7 @@ clean-local: rm -f translog.* EXTRA_DIST = \ - runTests.py \ + runTests.py.in \ test_account.py \ test_book.py \ test_split.py \