chiark / gitweb /
terminal: add systemd-subterm example
[elogind.git] / Makefile.am
index 0de60148d8883c8bb8a9aad530a59a8f2e42aa0f..0615f663ce5193de0560889df3058fd86cf0cd40 100644 (file)
@@ -2849,6 +2849,17 @@ libsystemd_terminal_la_LIBADD = \
        libsystemd-internal.la \
        libsystemd-shared.la
 
        libsystemd-internal.la \
        libsystemd-shared.la
 
+noinst_PROGRAMS += \
+       systemd-subterm
+
+systemd_subterm_SOURCES = \
+       src/libsystemd-terminal/subterm.c
+
+systemd_subterm_LDADD = \
+       libsystemd-terminal.la \
+       libsystemd-internal.la \
+       libsystemd-shared.la
+
 test_term_page_SOURCES = \
        src/libsystemd-terminal/test-term-page.c
 
 test_term_page_SOURCES = \
        src/libsystemd-terminal/test-term-page.c