diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-10-01 11:27:46 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-10-02 08:40:43 +0200 |
commit | a30f1425133d2b64a1c3f0113a710528872a3cbb (patch) | |
tree | 8862cb9efd4f32df4e456fcf3a712e19f7ff8a2a /Makefile.am | |
parent | 056e86ee7fdae86d358aa068303845dff2cbb598 (diff) |
terminal: add term.h header for library users
Like all the other parts of libsystemd-terminal, split API of
term-internal.h into term.h so we can use it from systemd-consoled.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5fa4e4a5e8..503302851b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3051,6 +3051,7 @@ libsystemd_terminal_la_SOURCES = \ src/libsystemd-terminal/sysview.h \ src/libsystemd-terminal/sysview-internal.h \ src/libsystemd-terminal/sysview.c \ + src/libsystemd-terminal/term.h \ src/libsystemd-terminal/term-internal.h \ src/libsystemd-terminal/term-charset.c \ src/libsystemd-terminal/term-page.c \ |