diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-02-27 20:28:13 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:15 +0100 |
commit | ff7c2952b7d10d3c337714695175c12528dd9b94 (patch) | |
tree | 0c7803fe2c065c12564077fac026c39364a3b5bf /Makefile.am | |
parent | 6f12fbf4eb971e64d98449e2549f2c9b9f0fc6e1 (diff) |
Remove dead code
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
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 \ |