mirror of
https://github.com/troglobit/editline.git
synced 2025-12-16 02:54:46 +08:00
Minor cleanup and simplification of build system
- 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>
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
noinst_PROGRAMS = testit cli
|
||||
LDADD = $(top_builddir)/src/libeditline.la
|
||||
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include
|
||||
|
||||
Reference in New Issue
Block a user