mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00

After the revert of function pointers for rl_complete() and rl_list_possib(), introduced in v0.2.2, we need to build complete.c for all configurations. The user should use the rl_set_*_func() calls merged from the Heimdal project's readline fork.
4 lines
151 B
Makefile
4 lines
151 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
lib_LTLIBRARIES = libeditline.la
|
|
libeditline_la_SOURCES = editline.c editline.h complete.c sysunix.c unix.h
|