From: Peter Verthez Date: Fri, 3 Jan 2003 19:57:48 +0000 (+0000) Subject: New subdirectory bin. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=bb5284fc2cc6ee6694ed523e01ea454141a370b3;hp=0a370b7945bb1d77f609a1732b9e90c69f2c7dd4;p=gedcom-parse.git New subdirectory bin. --- 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)