mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +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>
4 lines
118 B
Makefile
4 lines
118 B
Makefile
doc_DATA = README LICENSE CHANGELOG
|
|
EXTRA_DIST = LICENSE CHANGELOG INSTALL
|
|
SUBDIRS = src include man examples
|