X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=0615f663ce5193de0560889df3058fd86cf0cd40;hb=46f08bea4b09e2cce4b50e3c082df4a92a22598c;hp=2b228692849823863302be7b42e8fc1c9c7c6b7e;hpb=7de12ae764e73730df0658f9fb04bcf42add48e2;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 2b2286928..0615f663c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1476,10 +1476,13 @@ test_tables_SOURCES = \ src/journal/journald-server.c \ src/journal/journald-server.h +test_tables_CPPFLAGS = \ + $(AM_CPPFLAGS) \ + -I$(top_srcdir)/src/bus-proxyd + test_tables_CFLAGS = \ $(AM_CFLAGS) \ - $(SECCOMP_CFLAGS) \ - -I$(srcdir)/src/bus-proxyd + $(SECCOMP_CFLAGS) test_tables_LDADD = \ libsystemd-logs.la \ @@ -2836,13 +2839,27 @@ libsystemd_terminal_la_CFLAGS = \ libsystemd_terminal_la_SOURCES = \ src/libsystemd-terminal/term-internal.h \ + src/libsystemd-terminal/term-charset.c \ src/libsystemd-terminal/term-page.c \ + src/libsystemd-terminal/term-parser.c \ + src/libsystemd-terminal/term-screen.c \ src/libsystemd-terminal/term-wcwidth.c libsystemd_terminal_la_LIBADD = \ 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 @@ -2851,8 +2868,17 @@ test_term_page_LDADD = \ libsystemd-internal.la \ libsystemd-shared.la +test_term_parser_SOURCES = \ + src/libsystemd-terminal/test-term-parser.c + +test_term_parser_LDADD = \ + libsystemd-terminal.la \ + libsystemd-internal.la \ + libsystemd-shared.la + tests += \ - test-term-page + test-term-page \ + test-term-parser # ------------------------------------------------------------------------------ if ENABLE_GTK_DOC