added subdirs for bin/tests/db bin/tests/tasks bin/tests/timers Makefile creation

This commit is contained in:
William King
1999-07-22 15:24:43 +00:00
parent 965c0d590d
commit 297a9ce042

View File

@@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
dnl SOFTWARE.
AC_REVISION($Revision: 1.45 $)
AC_REVISION($Revision: 1.46 $)
AC_PREREQ(2.13)
@@ -404,5 +404,8 @@ AC_OUTPUT(
bin/tests/names/Makefile
bin/tests/master/Makefile
bin/tests/rbt/Makefile
bin/tests/db/Makefile
bin/tests/tasks/Makefile
bin/tests/timers/Makefile
bin/tests/dst/Makefile
)