diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-10-01 11:23:02 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-10-02 08:40:43 +0200 |
commit | c2977e5cb874e696994bcb93b8148f52c315b901 (patch) | |
tree | a8cb287948279b299dfab4ecfd9c718857cfe170 /Makefile.am | |
parent | d20a3daaa79edfa4c8d84d243f2a98c82dddd5c6 (diff) |
terminal: move unifont-internal.h to unifont.h
All the definitions are for outside users, so drop the -internal suffix.
Internal definitions are in unifont-def.h and unifont.c, no need to share
those.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9e087bd9fb..da36a8c1c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3059,7 +3059,8 @@ libsystemd_terminal_la_SOURCES = \ src/libsystemd-terminal/term-parser.c \ src/libsystemd-terminal/term-screen.c \ src/libsystemd-terminal/term-wcwidth.c \ - src/libsystemd-terminal/unifont-internal.h \ + src/libsystemd-terminal/unifont.h \ + src/libsystemd-terminal/unifont-def.h \ src/libsystemd-terminal/unifont.c libsystemd_terminal_la_LIBADD = \ |