From bb0c4b008d37b49d76476aa79d1968f40c800e4a Mon Sep 17 00:00:00 2001 From: sabetts Date: Sun, 16 Sep 2001 09:48:43 +0000 Subject: * configure.in: check for setsid and setpgid functions. Add contrib/Makefile to AC_OUTPUT. * Makefile.am (SUBDIRS): add contrib --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e08173e..ae76319 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ## -## $Id: Makefile.am,v 1.8 2001/06/29 14:56:40 algernon Exp $ +## $Id: Makefile.am,v 1.9 2001/09/16 09:48:43 sabetts Exp $ PACKAGE = @PACKAGE@ VERSION = @VERSION@ @@ -27,7 +27,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 \ config.guess config.h.in config.sub configure \ install-sh missing mkinstalldirs stamp-h.in -SUBDIRS = src doc +SUBDIRS = src doc contrib docdir = $(datadir)/doc/$(PACKAGE) doc_DATA = AUTHORS COPYING ChangeLog NEWS README -- cgit v1.2.3