mirror of
https://github.com/troglobit/editline.git
synced 2025-05-07 05:11:13 +08:00

This is a followup patch for issue #8. When the user elects to enable Termcap checks for window resizing we need to check what library on the system provides this functionality. Do not assume -ltermcap, but instead check for tgetent() in all possible libraries. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
7 lines
202 B
Makefile
7 lines
202 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
|
|
noinst_PROGRAMS = testit cli
|
|
LDADD = $(top_builddir)/src/libeditline.la
|
|
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include
|
|
AM_LDFLAGS = -static
|