From: Alfons Hoogervorst Date: Thu, 30 Aug 2001 20:51:52 +0000 (+0000) Subject: add tools to distribution X-Git-Tag: pre_compose_gui_improvement~24 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=6b1c781a95e912685d1f40fe8518d6df9f170bf3 add tools to distribution --- diff --git a/ChangeLog.claws b/ChangeLog.claws index ebaf16c2d..f617b0468 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,9 @@ +2001-08-30 [alfons] + + * configure.in, Makefile.am + * tools/Makefile.am + add tools directory to source distribution + 2001-08-30 [paul] * configure.in diff --git a/Makefile.am b/Makefile.am index 7e5b9be56..ae2bf606b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = ac po intl libkcc src manual +SUBDIRS = ac po intl libkcc src manual tools EXTRA_DIST = \ ChangeLog.jp \ diff --git a/configure.in b/configure.in index 4cabddc37..ef1226acb 100644 --- a/configure.in +++ b/configure.in @@ -326,6 +326,7 @@ src/Makefile manual/Makefile manual/en/Makefile manual/ja/Makefile +tools/Makefile ]) dnl Output the configuration summary diff --git a/tools/Makefile.am b/tools/Makefile.am new file mode 100644 index 000000000..a01c278db --- /dev/null +++ b/tools/Makefile.am @@ -0,0 +1,2 @@ +EXTRA_DIST= README filter_conv.pl gif2xface.pl ldif-to-xml.py +