diff options
| author | Artyom Poptsov <poptsov.artyom@gmail.com> | 2013-10-28 22:52:14 +0400 |
|---|---|---|
| committer | Artyom Poptsov <poptsov.artyom@gmail.com> | 2013-10-28 22:52:58 +0400 |
| commit | e12d4374a48758e98d19d3006aa332296d037880 (patch) | |
| tree | 8a5bc7725531e8932b00cc4412ed5c236e78be7f /examples/Makefile.am | |
| parent | Improve printing of SSH keys. (diff) | |
| download | guile-ssh-e12d4374a48758e98d19d3006aa332296d037880.tar.gz | |
examples/: Add to the repository.
* Makefile.am (SUBDIRS): Add examples/
* configure.ac: Add examples/Makefile
* examples/: Add to the repository.
Diffstat (limited to 'examples/Makefile.am')
| -rw-r--r-- | examples/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am new file mode 100644 index 0000000..859ab38 --- /dev/null +++ b/examples/Makefile.am @@ -0,0 +1,22 @@ +## 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/>. + +AM_CFLAGS = @GUILE_CFLAGS@ `pkg-config --cflags guile-1.8` -Wall -g + +examplesdir = $(pkgdatadir)/examples +dist_examples_DATA = README sssh.scm |
