diff options
| author | Ray Strode <rstrode@redhat.com> | 2007-05-21 17:46:40 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2007-05-21 17:46:40 -0400 |
| commit | 95ddbf6ab27b241856e6e7a5ec16f34e3adcd18f (patch) | |
| tree | 54ce0d70d061137407a064328dddd74a4df1ea54 /src/tests | |
| parent | e2a3a0c8d240b7afaab3f842fd8036e1fa934201 (diff) | |
| download | plymouth-95ddbf6ab27b241856e6e7a5ec16f34e3adcd18f.tar.gz plymouth-95ddbf6ab27b241856e6e7a5ec16f34e3adcd18f.tar.xz plymouth-95ddbf6ab27b241856e6e7a5ec16f34e3adcd18f.zip | |
begin to hook up new logging interfaces to ply-terminal-session
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/ply-terminal-session-test.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/ply-terminal-session-test.am b/src/tests/ply-terminal-session-test.am index 6044627..0d33673 100644 --- a/src/tests/ply-terminal-session-test.am +++ b/src/tests/ply-terminal-session-test.am @@ -6,6 +6,8 @@ ply_terminal_session_test_LDADD = $(PLYMOUTH_LIBS) ply_terminal_session_test_SOURCES = \ $(srcdir)/../ply-utils.h \ $(srcdir)/../ply-utils.c \ + $(srcdir)/../ply-logger.h \ + $(srcdir)/../ply-logger.c \ $(srcdir)/../ply-terminal.h \ $(srcdir)/../ply-terminal.c \ $(srcdir)/../ply-terminal-session.h \ |
