diff options
| author | Artyom Poptsov <poptsov.artyom@gmail.com> | 2013-05-12 01:30:36 +0400 |
|---|---|---|
| committer | Artyom Poptsov <poptsov.artyom@gmail.com> | 2013-05-12 01:30:36 +0400 |
| commit | 194fd7d3e4e16c5bbd64062d55fa98b4d79e69df (patch) | |
| tree | ac8592bc70e91f7b5f13e0b7ebd8608ce03f5afd /Makefile.am | |
| download | guile-ssh-194fd7d3e4e16c5bbd64062d55fa98b4d79e69df.tar.gz | |
Initial commit.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..7d72ec0 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,21 @@ +## Config file for GNU Automake. +## +## Copyright (C) 2013 Artyom V. Poptsov <poptsov.artyom@gmail.com> +## +## This file is part of libguile-ssh. +## +## libguile-ssh is free software: you can redistribute it and/or +## modify it under the terms of the GNU General Public License as +## published by the Free Software Foundation, either version 3 of the +## License, or (at your option) any later version. +## +## libguile-ssh is distributed in the hope that it will be useful, but +## WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with libguile-ssh. If not, see <http://www.gnu.org/licenses/>. + +SUBDIRS = src + |
