diff options
author | toni <matzeton@googlemail.com> | 2016-01-04 11:23:09 +0100 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2016-01-04 11:23:09 +0100 |
commit | ac09bf8f4d1b4e71828199772a76538931a6c72d (patch) | |
tree | 3de2a03cc87e218065e7795d76bd4a23d3404c06 /src/Makefile.am | |
parent | 70268fa85ea048fdd26aff38b83466b73048d46a (diff) |
added ipc check binary
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index aab865c..305406e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,3 @@ -bin_PROGRAMS=naskpass +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_check_SOURCES=check/check.c |