diff options
| author | Artyom Poptsov <poptsov.artyom@gmail.com> | 2013-11-23 09:57:50 +0400 |
|---|---|---|
| committer | Artyom Poptsov <poptsov.artyom@gmail.com> | 2013-11-23 09:57:50 +0400 |
| commit | d751cbe5902919fb7486e862de6bbed2e46707a6 (patch) | |
| tree | 90c6ab49b93f35627b428a728130cd12d7658217 /examples/Makefile.am | |
| parent | NEWS: Update. (diff) | |
| download | guile-ssh-d751cbe5902919fb7486e862de6bbed2e46707a6.tar.gz | |
examples/Makefile.am: Add missed `ssshd.scm' to distribution.
* examples/Makefile.am (dist_examples_DATA): Add missed
`ssshd.scm'.
(AM_CFLAGS): Remove.
Diffstat (limited to 'examples/Makefile.am')
| -rw-r--r-- | examples/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 859ab38..2679423 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -16,7 +16,5 @@ ## 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 +dist_examples_DATA = README sssh.scm ssshd.scm |
