From a30f1425133d2b64a1c3f0113a710528872a3cbb Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Wed, 1 Oct 2014 11:27:46 +0200 Subject: 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3-54-g00ecf