mirror of
https://github.com/troglobit/editline.git
synced 2025-12-16 02:54:46 +08:00
Migrate to libtool and regenerate configure script
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
LDADD = $(top_builddir)/src/libeditline.a
|
||||
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include
|
||||
noinst_PROGRAMS = testit cli
|
||||
LDADD = $(top_builddir)/src/libeditline.la
|
||||
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include
|
||||
|
||||
# TODO: Port "fileman" example from BSD editline
|
||||
noinst_PROGRAMS = testit cli
|
||||
|
||||
Reference in New Issue
Block a user