diff options
-rw-r--r-- | Makefile.am | 8 |
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) |