diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-11 07:23:41 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:44 -0400 |
commit | 0a9f2ca3bd180d2be4d30610702f9fb6a1c2d716 (patch) | |
tree | 5b232f8137cc94cab0b249f9599ca356fe3dd846 /Makefile.am | |
parent | 2033ec9484a77e2ed720a77a874bc9118c8901c3 (diff) | |
download | fork-ledger-0a9f2ca3bd180d2be4d30610702f9fb6a1c2d716.tar.gz fork-ledger-0a9f2ca3bd180d2be4d30610702f9fb6a1c2d716.tar.bz2 fork-ledger-0a9f2ca3bd180d2be4d30610702f9fb6a1c2d716.zip |
*** no comment ***
Diffstat (limited to 'Makefile.am')
-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. |