diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index bb95f535..e6e3b621 100644 --- a/Makefile.am +++ b/Makefile.am @@ -235,7 +235,7 @@ UnitTests_CPPFLAGS = -I$(srcdir)/tests $(libledger_la_CPPFLAGS) UnitTests_LDFLAGS = $(LIBADD_DL) UnitTests_LDADD = $(lib_LTLIBRARIES) gdtoa/libgdtoa.la -lcppunit -PyUnitTests_SOURCES = tests/python/PyUnitTests.py +nodist_PyUnitTests_SOURCES = tests/python/PyUnitTests.py # jww (2007-05-10): This rule will not be triggered on systems that # define an EXEEXT. |