replace libeditline with libedit

This commit is contained in:
Love Hornquist Astrand
2011-03-13 14:18:14 -07:00
parent 217021914d
commit 9ef071c94e
94 changed files with 79693 additions and 2656 deletions

View File

@@ -0,0 +1,14 @@
LDADD = $(top_builddir)/src/libedit.la
AM_CFLAGS = -I$(top_srcdir)/src
noinst_PROGRAMS = tc1 fileman
tc1_SOURCES = tc1.c
fileman_SOURCES = fileman.c
if WIDECHAR
noinst_PROGRAMS += wtc1
wtc1_SOURCES = wtc1.c
endif