diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-12-06 13:32:47 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-12-06 13:32:47 +0300 |
| commit | 715030792375cdcac67991c11d8b13816d529695 (patch) | |
| tree | f84d3ce9a658e3452caa8748c9fac547fded59d1 /libguile-ssh | |
| parent | tests/popen.scm: New test suite (diff) | |
| download | guile-ssh-715030792375cdcac67991c11d8b13816d529695.tar.gz | |
libguile-ssh/Makefile.am: Bugfix
* libguile-ssh/Makefile.am (libguile_ssh_la_SOURCES): Bugfix: Remove unused
'sftp-session-main.h'.
Diffstat (limited to 'libguile-ssh')
| -rw-r--r-- | libguile-ssh/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile-ssh/Makefile.am b/libguile-ssh/Makefile.am index 270ea55..3946212 100644 --- a/libguile-ssh/Makefile.am +++ b/libguile-ssh/Makefile.am @@ -32,7 +32,7 @@ libguile_ssh_la_SOURCES = \ common.c common.h \ log.c log.h \ sftp-session-type.c sftp-session-type.h \ - sftp-session-main.c sftp-session-main.h \ + sftp-session-main.c \ sftp-session-func.c sftp-session-func.h \ sftp-file-type.c sftp-file-type.h sftp-file-main.c |
