diff options
author | Thomas White <taw@physics.org> | 2012-10-03 17:37:34 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-10-03 17:38:30 +0200 |
commit | c8bb9940a50dff72e61727ae2578fb08aa3a824b (patch) | |
tree | 0c6ab88b2e2a43779105981454673fd1cb26e8b9 | |
parent | eabefa8b08043a7298e9a3c771c192158b7016c7 (diff) |
Remove libcrystfel files from dependencies of tests
If they're listed, then automake tries to recurse into "libcrystfel" during "make distclean",
resulting in an error (and a failure of "make distcheck").
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index f0adc640..460f41d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,12 +84,9 @@ tests_symmetry_check_SOURCES = tests/symmetry_check.c tests_pr_gradient_check_SOURCES = tests/pr_gradient_check.c \ src/post-refinement.c -tests_centering_check_SOURCES = tests/centering_check.c libcrystfel/src/cell.c \ - libcrystfel/src/cell-utils.c +tests_centering_check_SOURCES = tests/centering_check.c -tests_transformation_check_SOURCES = tests/transformation_check.c \ - libcrystfel/src/cell.c \ - libcrystfel/src/cell-utils.c +tests_transformation_check_SOURCES = tests/transformation_check.c INCLUDES = -I$(top_srcdir)/libcrystfel/src -I$(top_srcdir)/data |