aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-09-05 16:30:45 +0200
committerThomas White <taw@physics.org>2013-09-05 16:30:45 +0200
commit76720a263a298d00652dcce0f12f5be60ec8bc9d (patch)
treee5f1ebfbd6ff4ef2611c2ae9cc2336f49230465a /libcrystfel/Makefile.am
parentd836294be9879418c1b8290ca9cf6df3dc58eadc (diff)
configure: check for curses, and compile even if it's not available
Diffstat (limited to 'libcrystfel/Makefile.am')
-rw-r--r--libcrystfel/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/Makefile.am b/libcrystfel/Makefile.am
index 2b2d1437..2812fa52 100644
--- a/libcrystfel/Makefile.am
+++ b/libcrystfel/Makefile.am
@@ -1,5 +1,5 @@
lib_LTLIBRARIES = libcrystfel.la
-libcrystfel_la_LIBADD = ../lib/libgnu.la @LIBCRYSTFEL_LIBS@ -lncurses
+libcrystfel_la_LIBADD = ../lib/libgnu.la @LIBCRYSTFEL_LIBS@
libcrystfel_la_LDFLAGS = -version-info 2:0:0
libcrystfel_la_SOURCES = src/reflist.c src/utils.c src/cell.c src/detector.c \