summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-09-16 09:48:43 +0000
committersabetts <sabetts>2001-09-16 09:48:43 +0000
commitbb0c4b008d37b49d76476aa79d1968f40c800e4a (patch)
treec7e2b75e59660ceac6620de9aaa1859ab6d3a8d4 /Makefile.am
parentd61cb882a846b71d45bf65660f75fe6c633eb345 (diff)
downloadratpoison-bb0c4b008d37b49d76476aa79d1968f40c800e4a.zip
* configure.in: check for setsid and setpgid functions. Add
contrib/Makefile to AC_OUTPUT. * Makefile.am (SUBDIRS): add contrib
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
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