This website requires JavaScript.
Explore
Help
Sign In
zhangyiss
/
editline
Watch
1
Star
0
Fork
0
You've already forked editline
mirror of
https://github.com/troglobit/editline.git
synced
2025-05-05 20:11:12 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9df73e8670
editline
/
include
/
Makefile.am
3 lines
77 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2016-06-01 13:17:46 +08:00
library_includedir
=
$(
includedir
)
Minix editline v0.1.1 ===================== Lots of minor fixes and additions: * Bump version info in configure.ac * User editline.h added, installs to $prefix/include/editline.h - Based on Debian package version, but heavily updated. * Manpage installs to $prefix/share/man/man3/editline.3 - Also slightly updated with contents from Debian package. * Revised README to mention existing Debian package, also cleaned out the old README, which now lives in doc/README * Add TODO file. * Fix package description and make dist to bzip2 tarballs.
2008-06-08 06:32:45 +08:00
library_include_HEADERS
=
editline.h
Reference in New Issue
Copy Permalink