diff options
| author | Ulf Hermann <[email protected]> | 2017-02-14 14:30:47 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2017-02-15 15:24:24 +0100 |
| commit | 29173849c445b178a97e400c071f25629a4f8b9f (patch) | |
| tree | 09f5b93a1e221904104fe6e342268ca18e36dba2 /lib/ChangeLog | |
| parent | 01b994e3e6ccb8e79d04a8f6fd10719fac8ff5b8 (diff) | |
Move color handling into a separate header
We only need it in nm.c and objdump.c, but it pulls in argp as
dependency. By dropping it from libeu.h, the libraries can be
compiled without argp.
Signed-off-by: Ulf Hermann <[email protected]>
Diffstat (limited to 'lib/ChangeLog')
| -rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index fcf5b105..5ccf4d6b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2017-02-14 Ulf Hermann <[email protected]> + + * color.h: New file. + * color.c: Include color.h. + * libeu.h: Remove color handling. + * Makefile.am (noinst_HEADERS): Add color.h. + 2016-12-29 Luiz Angelo Daros de Luca <[email protected]> * crc32_file.c: Include system.h. |
