diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-06-02 11:49:00 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-06-02 11:49:00 -0400 |
| commit | f5a15611fb5fe1d36f8922e1c2a6f751ab0b8df7 (patch) | |
| tree | f44de427f359bdc19b76bf440cde0c4181d27d9e /src/tests/ply-boot-server-test.am | |
| parent | ccd95672582f2cfc98d0d6985603bda84f48f170 (diff) | |
| download | plymouth-f5a15611fb5fe1d36f8922e1c2a6f751ab0b8df7.tar.gz plymouth-f5a15611fb5fe1d36f8922e1c2a6f751ab0b8df7.tar.xz plymouth-f5a15611fb5fe1d36f8922e1c2a6f751ab0b8df7.zip | |
Port password handling over to using new answer object
Diffstat (limited to 'src/tests/ply-boot-server-test.am')
| -rw-r--r-- | src/tests/ply-boot-server-test.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/ply-boot-server-test.am b/src/tests/ply-boot-server-test.am index cc28348..028edce 100644 --- a/src/tests/ply-boot-server-test.am +++ b/src/tests/ply-boot-server-test.am @@ -4,5 +4,7 @@ ply_boot_server_test_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLY_BOOT_SERVER_ENABLE_TEST ply_boot_server_test_LDADD = $(PLYMOUTH_LIBS) ../libply/libply.la ply_boot_server_test_SOURCES = \ + $(srcdir)/../ply-answer.h \ + $(srcdir)/../ply-answer.c \ $(srcdir)/../ply-boot-server.h \ $(srcdir)/../ply-boot-server.c |
