diff options
| author | Ray Strode <rstrode@redhat.com> | 2007-05-22 16:57:52 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2007-05-22 16:57:52 -0400 |
| commit | 99582769594c21237eeaa1e3f570e14fbeee42c9 (patch) | |
| tree | 869f04c1b45402d0855b98754d8cf8fa9e2e0c4f /src/tests | |
| parent | d6ed3f15d3ddb5db738587bb9c24cdddcf2427b4 (diff) | |
| download | plymouth-99582769594c21237eeaa1e3f570e14fbeee42c9.tar.gz plymouth-99582769594c21237eeaa1e3f570e14fbeee42c9.tar.xz plymouth-99582769594c21237eeaa1e3f570e14fbeee42c9.zip | |
hook up the terminal session class to the event loop
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/ply-terminal-session-test.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/tests/ply-terminal-session-test.am b/src/tests/ply-terminal-session-test.am index 0d33673..d85b264 100644 --- a/src/tests/ply-terminal-session-test.am +++ b/src/tests/ply-terminal-session-test.am @@ -6,8 +6,12 @@ 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-logger.h \ + $(srcdir)/../ply-logger.c \ + $(srcdir)/../ply-list.h \ + $(srcdir)/../ply-list.c \ + $(srcdir)/../ply-event-loop.h \ + $(srcdir)/../ply-event-loop.c \ $(srcdir)/../ply-terminal.h \ $(srcdir)/../ply-terminal.c \ $(srcdir)/../ply-terminal-session.h \ |
