]> granicus.if.org Git - flex/commitdiff
add tools/ subdirectory to distribution
authorWill Estes <wlestes@users.sourceforge.net>
Wed, 26 Mar 2003 19:05:27 +0000 (19:05 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Wed, 26 Mar 2003 19:05:27 +0000 (19:05 +0000)
configure.in
tools/.cvsignore [new file with mode: 0644]
tools/Makefile.am [new file with mode: 0644]

index e18a0ea9e1b90a0d08599be99424a9c77c5a435d..1b51632405f2fb12cd2aa12b3b0f267f752205c2 100644 (file)
@@ -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 (file)
index 0000000..282522d
--- /dev/null
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/tools/Makefile.am b/tools/Makefile.am
new file mode 100644 (file)
index 0000000..04dc89d
--- /dev/null
@@ -0,0 +1,4 @@
+EXTRA_DIST = \
+       cvsauthors \
+       cvs2cl.pl
+