aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-02-27 20:28:13 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:15 +0100
commitff7c2952b7d10d3c337714695175c12528dd9b94 (patch)
tree0c7803fe2c065c12564077fac026c39364a3b5bf /Makefile.am
parent6f12fbf4eb971e64d98449e2549f2c9b9f0fc6e1 (diff)
Remove dead code
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 27914687..37c63756 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ noinst_PROGRAMS = tests/list_check
TESTS = tests/list_check
if HAVE_GTK
-bin_PROGRAMS += src/hdfsee src/geomatic
+bin_PROGRAMS += src/hdfsee
endif
if HAVE_CAIRO
@@ -53,11 +53,6 @@ if HAVE_GTK
src_hdfsee_SOURCES = src/hdfsee.c src/displaywindow.c src/render.c \
src/hdf5-file.c src/utils.c src/image.c src/filters.c \
src/thread-pool.c src/detector.c
-
-src_geomatic_SOURCES = src/geomatic.c src/dw-geomatic.c src/render.c \
- src/hdf5-file.c src/utils.c src/image.c src/filters.c \
- src/thread-pool.c src/cell.c src/reflist.c src/geometry.c \
- src/peaks.c src/detector.c
endif
src_get_hkl_SOURCES = src/get_hkl.c src/sfac.c src/cell.c src/utils.c \