Make EPICS command-line routines the default (no RTEMS add-on

packages required).  Add libraries for readline.
This commit is contained in:
W. Eric Norum
2004-05-18 18:05:36 +00:00
parent 4818d705a5
commit 5bf2821512
+1 -1
View File
@@ -98,8 +98,8 @@ CONFORM_CXXFLAGS_STRICT = -ansi
#--------------------------------------------------
# Command-line input support
COMMANDLINE_LIBRARY = LIBTECLA
LDLIBS_LIBTECLA = -ltecla_r -lncurses
LDLIBS_READLINE = -lreadline -lncurses
#--------------------------------------------------
# Allow site overrides