summaryrefslogtreecommitdiff
path: root/tools
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 /tools
parent8d64c2b54ba37e2db6be8fcfa9df06545a55bd52 (diff)
add tools/ subdirectory to distribution
Diffstat (limited to 'tools')
-rw-r--r--tools/.cvsignore2
-rw-r--r--tools/Makefile.am4
2 files changed, 6 insertions, 0 deletions
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
+