From 21f30edd6477e9d9ec0b4f5bba5010204d6c99e6 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 29 Apr 2008 12:06:00 +0000 Subject: [project @ fpeters@0d.be-20071120151830-wdnobbexiv300ibb] fixed some make distcheck issues (still remaining is access to test data when srcdir != builddir) Original author: Frederic Peters Date: 2007-11-20 16:18:30.814000+01:00 --- bindings/python/tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bindings/python/tests') diff --git a/bindings/python/tests/Makefile.am b/bindings/python/tests/Makefile.am index 332ef1b2..852f3f73 100644 --- a/bindings/python/tests/Makefile.am +++ b/bindings/python/tests/Makefile.am @@ -2,3 +2,5 @@ if PYTHON_ENABLED TESTS = profiles_tests.py binding_tests.py endif +EXTRA_DIST = profiles_tests.py binding_tests.py + -- cgit