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

Enable termio backend in sysunix.c (HAVE_TERMIO_H) Modify original sources to fit standard macros defined in config.h
9 lines
201 B
Makefile
9 lines
201 B
Makefile
LDADD = $(top_builddir)/src/libedit.a
|
|
AM_CFLAGS = -I$(top_srcdir)/src
|
|
|
|
# TODO: Port "fileman" example from BSD editline
|
|
noinst_PROGRAMS = testit
|
|
|
|
testit_SOURCES = testit.c
|
|
#fileman_SOURCES = fileman.c
|