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

- Move 'foreign' declaration from Makefile.am's to configure script - Move CFLAGS from configure script to src/Makefile.am - Remove faltering license blurb at top of configure script, no need for this since we a) do not care, b) falls under project license Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
5 lines
174 B
Makefile
5 lines
174 B
Makefile
noinst_PROGRAMS = testit cli
|
|
LDADD = $(top_builddir)/src/libeditline.la
|
|
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include
|
|
AM_LDFLAGS = -static
|