From d751cbe5902919fb7486e862de6bbed2e46707a6 Mon Sep 17 00:00:00 2001 From: Artyom Poptsov Date: Sat, 23 Nov 2013 09:57:50 +0400 Subject: examples/Makefile.am: Add missed `ssshd.scm' to distribution. * examples/Makefile.am (dist_examples_DATA): Add missed `ssshd.scm'. (AM_CFLAGS): Remove. --- examples/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/Makefile.am') 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 ## . -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 -- cgit v1.2.3