From c8bb9940a50dff72e61727ae2578fb08aa3a824b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 3 Oct 2012 17:37:34 +0200 Subject: 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"). --- Makefile.am | 7 ++----- 1 file 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 -- cgit v1.2.3