mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 12:31:45 +08:00

the library name, from libedit.a to libeditline.a Bump version to 1.13.0 to better illustrate it has the same heritage as the Debian version. Import the debian/ directory from editline-1.12-5. Yes, this is a major changeset. :)
8 lines
205 B
Makefile
8 lines
205 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
|
|
LDADD = $(top_builddir)/src/libeditline.a
|
|
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include
|
|
|
|
# TODO: Port "fileman" example from BSD editline
|
|
noinst_PROGRAMS = testit cli
|