diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-05-15 15:48:59 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-05-15 15:50:37 -0400 |
| commit | 262e8b5f75c7a9897446703e5815b06e47f0fcfb (patch) | |
| tree | 5f6133d7dec339dba54eb640266a3d032bea04d4 /src/Makefile.am | |
| parent | 3b86388c3bdffe32663ec0ea2237bfaa7ba630b0 (diff) | |
| download | plymouth-262e8b5f75c7a9897446703e5815b06e47f0fcfb.tar.gz plymouth-262e8b5f75c7a9897446703e5815b06e47f0fcfb.tar.xz plymouth-262e8b5f75c7a9897446703e5815b06e47f0fcfb.zip | |
add preliminary support for asking for password during boot sequence
(Only in text plugin so far)
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c5a3f9e..540bf19 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,6 +14,8 @@ plymouth_SOURCES = \ ply-boot-splash-plugin.h \ ply-boot-splash.h \ ply-boot-splash.c \ + ply-window.h \ + ply-window.c \ main.c MAINTAINERCLEANFILES = Makefile.in |
