mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
7 lines
222 B
Makefile
7 lines
222 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
|
|
noinst_PROGRAMS = testit cli fileman
|
|
LDADD = $(top_builddir)/src/libeditline.la $(TERMLIBS)
|
|
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include
|
|
AM_LDFLAGS = -static
|