Skip to content

Commit

Permalink
- Link with ncurses in case someone uses static readline
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8970 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 13, 2011
1 parent ff5be76 commit 015dd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mosh/src/Makefile.in
Expand Up @@ -30,7 +30,7 @@ CFLAGS = @CFLAGS@ $(INCP) -g -Wall -DDEBUG $(USE_CORBA)
CXXFLAGS = $(CFLAGS)
LINKFLAGS = @LDFLAGS@

LIBS = -lreadline $(CORBALIB) -lm -lpthread
LIBS = -lreadline -lncurses $(CORBALIB) -lm -lpthread


OBJS += mosh.o options.o
Expand Down

0 comments on commit 015dd0c

Please sign in to comment.