From bb5284fc2cc6ee6694ed523e01ea454141a370b3 Mon Sep 17 00:00:00 2001
From: Peter Verthez <Peter.Verthez@advalvas.be>
Date: Fri, 3 Jan 2003 19:57:48 +0000
Subject: [PATCH] New subdirectory bin.

---
 GNUmakefile.am | 2 +-
 configure.in   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/GNUmakefile.am b/GNUmakefile.am
index be362db..26c5a48 100644
--- a/GNUmakefile.am
+++ b/GNUmakefile.am
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 # $Id$
 # $Name$
-SUBDIRS = intl iconv utf8 gedcom gom include . t doc data po m4
+SUBDIRS = intl iconv utf8 gedcom gom include . bin t doc data po m4
 
 EXTRA_DIST = Makefile.inc
 VERSIONED_FILES = README
diff --git a/configure.in b/configure.in
index d59e896..b942a93 100644
--- a/configure.in
+++ b/configure.in
@@ -159,4 +159,5 @@ AC_OUTPUT(GNUmakefile
 	  include/gedcom.h
           intl/Makefile
           po/Makefile.in
-	  m4/Makefile)
+	  m4/Makefile
+	  bin/Makefile)
-- 
2.30.2