diff options
author | toni <matzeton@googlemail.com> | 2016-03-19 17:14:39 +0100 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2016-03-19 17:14:39 +0100 |
commit | 6e5817332883a2bf5555a7a63b33fd7221482e12 (patch) | |
tree | aa05d6f2603f3b35240a2e5800ed4eed794f4eec /src | |
parent | 0c79886240b68ae9ed144cce5bd2167996859239 (diff) |
fixed missing makefile.am object and initscript conditional plymouth msg
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 305406e..e6f5c91 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,3 @@ bin_PROGRAMS=naskpass naskpass_check -naskpass_SOURCES=main.c opt.c status.c ui_ani.c ui.c ui_elements.c ui_input.c ui_ipc.c ui_txtwindow.c ui_statusbar.c +naskpass_SOURCES=main.c log.c opt.c status.c ui_ani.c ui.c ui_elements.c ui_input.c ui_ipc.c ui_txtwindow.c ui_statusbar.c naskpass_check_SOURCES=check/check.c |