aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-05-28 17:03:49 +0200
committerThomas White <taw@physics.org>2013-05-28 17:03:49 +0200
commit91899fb435a6cac477a2ec11ca14d4387f8b0312 (patch)
tree4aac9072556b7b5968a12f981411460b212e5dc4 /libcrystfel/Makefile.am
parentb9523ce11a532ff579ad60299070281fd4167d62 (diff)
Colours in peak box display (via ncurses)
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 2812fa52..2b2d1437 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@
+libcrystfel_la_LIBADD = ../lib/libgnu.la @LIBCRYSTFEL_LIBS@ -lncurses
libcrystfel_la_LDFLAGS = -version-info 2:0:0
libcrystfel_la_SOURCES = src/reflist.c src/utils.c src/cell.c src/detector.c \