summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-01-31 06:25:34 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-01-31 06:26:10 -0400
commit4772495083eab0f377809842429b2d7f4ce3b41d (patch)
treeb2277474c16687474622c4d24a74be4e4a7400c2
parent0bab6e867441c4d9d62b436e0aac48b7dc0096a3 (diff)
downloadfork-ledger-4772495083eab0f377809842429b2d7f4ce3b41d.tar.gz
fork-ledger-4772495083eab0f377809842429b2d7f4ce3b41d.tar.bz2
fork-ledger-4772495083eab0f377809842429b2d7f4ce3b41d.zip
Changes to get release-distcheck working on my machine again.
-rw-r--r--Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index d1ad82d5..1499c958 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -406,9 +406,7 @@ all_tests_sources = \
$(report_tests_SOURCES) \
$(extra_tests_SOURCES)
-EXTRA_DIST += test/python
-
-PyUnitTests_SOURCES = test/__init__.py test/PyUnitTests.py test/UnitTests.py
+PyUnitTests_SOURCES = test/__init__.py test/PyUnitTests.py
all_py_tests_sources = \
$(patsubst test/unit/%.cc,test/python/%.py, \
@@ -543,10 +541,10 @@ copy-sources:
(cd $(STAGING); sudo git clean -x -d -f)
release: copy-sources
- (cd $(STAGING); ./acprep --release --build -j3)
+ (cd $(STAGING); ./acprep --release --boost xgcc40 --build -j3)
release-distcheck: copy-sources
- (cd $(STAGING); ./acprep --release --build -j3 distcheck)
+ (cd $(STAGING); ./acprep --release --boost xgcc40 --build -j3 distcheck)
benchmark: copy-sources
(cd $(STAGING); ./acprep --release --opt --build -j3 all)