summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2003-03-26 19:05:27 +0000
committerWill Estes <wlestes@users.sourceforge.net>2003-03-26 19:05:27 +0000
commitac7953a808cf9bdb9603d9998076a74788bcbf7f (patch)
treee0eccb0054d4103d7f9bf92fed1c58d7634575a3
parent8d64c2b54ba37e2db6be8fcfa9df06545a55bd52 (diff)
add tools/ subdirectory to distribution
-rw-r--r--configure.in1
-rw-r--r--tools/.cvsignore2
-rw-r--r--tools/Makefile.am4
3 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e18a0ea..1b51632 100644
--- a/configure.in
+++ b/configure.in
@@ -85,6 +85,7 @@ examples/fastwc/Makefile
examples/manual/Makefile
m4/Makefile
po/Makefile.in
+tools/Makefile
tests/Makefile
tests/TEMPLATE/Makefile
tests/test-array-nr/Makefile
diff --git a/tools/.cvsignore b/tools/.cvsignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/tools/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/tools/Makefile.am b/tools/Makefile.am
new file mode 100644
index 0000000..04dc89d
--- /dev/null
+++ b/tools/Makefile.am
@@ -0,0 +1,4 @@
+EXTRA_DIST = \
+ cvsauthors \
+ cvs2cl.pl
+