diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f348ef90f3..114d4a1045 100644 --- a/Makefile.am +++ b/Makefile.am @@ -903,6 +903,8 @@ libsystemd_shared_la_SOURCES = \ src/shared/process-util.h \ src/shared/random-util.c \ src/shared/random-util.h \ + src/shared/terminal-util.c \ + src/shared/terminal-util.h \ src/shared/uid-range.c \ src/shared/uid-range.h \ src/shared/nss-util.h \ @@ -1394,6 +1396,7 @@ tests += \ test-ellipsize \ test-util \ test-process-util \ + test-terminal-util \ test-path-lookup \ test-ring \ test-barrier \ @@ -1675,6 +1678,12 @@ test_process_util_SOURCES = \ test_process_util_LDADD = \ libsystemd-shared.la +test_terminal_util_SOURCES = \ + src/test/test-terminal-util.c + +test_terminal_util_LDADD = \ + libsystemd-shared.la + test_path_lookup_SOURCES = \ src/test/test-path-lookup.c |