From 4772495083eab0f377809842429b2d7f4ce3b41d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Jan 2009 06:25:34 -0400 Subject: Changes to get release-distcheck working on my machine again. --- Makefile.am | 8 +++----- 1 file 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) -- cgit v1.2.3