From 76720a263a298d00652dcce0f12f5be60ec8bc9d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 5 Sep 2013 16:30:45 +0200 Subject: configure: check for curses, and compile even if it's not available --- libcrystfel/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel/Makefile.am') 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 \ -- cgit v1.2.3