summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+