aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-05-18 14:44:48 +0200
committerThomas White <taw@physics.org>2015-05-19 13:57:53 +0200
commit585602b57f77e0e45c0489aee0f4a30b1a7a830f (patch)
treefc219f3286a01eb0ebc4d19c3da393459d2a93b2 /Makefile.am
parentfbc600e257c038d798d4597c2f1e9652e9dcd8fa (diff)
Strip out scaling report stuff
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 662abba8..da210d47 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -103,14 +103,6 @@ src_geoptimiser_SOURCES = src/geoptimiser.c src/hdfsee-render.c
src_whirligig_SOURCES = src/whirligig.c
-if HAVE_CAIRO
-if HAVE_PANGO
-if HAVE_PANGOCAIRO
-src_partialator_SOURCES += src/scaling-report.c
-endif
-endif
-endif
-
tests_list_check_SOURCES = tests/list_check.c
tests_integration_check_SOURCES = tests/integration_check.c
@@ -137,7 +129,7 @@ tests_cell_check_SOURCES = tests/cell_check.c
INCLUDES = -I$(top_srcdir)/libcrystfel/src -I$(top_srcdir)/data
EXTRA_DIST += src/dw-hdfsee.h src/hdfsee.h src/render_hkl.h \
- src/post-refinement.h src/merge.h src/scaling-report.h \
+ src/post-refinement.h src/merge.h \
src/cl-utils.h src/hdfsee-render.h src/diffraction.h \
src/diffraction-gpu.h src/pattern_sim.h src/list_tmp.h \
src/im-sandbox.h src/process_image.h src/multihistogram.h \