mirror of
https://github.com/troglobit/editline.git
synced 2025-12-16 02:54:46 +08:00
Add standard GNU configure and build system (autoconf+automake).
Enable termio backend in sysunix.c (HAVE_TERMIO_H) Modify original sources to fit standard macros defined in config.h
This commit is contained in:
8
examples/Makefile.am
Normal file
8
examples/Makefile.am
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user