replace libeditline with libedit
This commit is contained in:
14
lib/libedit/examples/Makefile.am
Normal file
14
lib/libedit/examples/Makefile.am
Normal 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
|
||||
|
Reference in New Issue
Block a user