From e12d4374a48758e98d19d3006aa332296d037880 Mon Sep 17 00:00:00 2001 From: Artyom Poptsov Date: Mon, 28 Oct 2013 22:52:14 +0400 Subject: examples/: Add to the repository. * Makefile.am (SUBDIRS): Add examples/ * configure.ac: Add examples/Makefile * examples/: Add to the repository. --- examples/Makefile.am | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 examples/Makefile.am (limited to 'examples/Makefile.am') 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 +## +## 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 +## . + +AM_CFLAGS = @GUILE_CFLAGS@ `pkg-config --cflags guile-1.8` -Wall -g + +examplesdir = $(pkgdatadir)/examples +dist_examples_DATA = README sssh.scm -- cgit v1.2.3