2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

added stanza for bin/tests/mem/Makefile

This commit is contained in:
William King
1999-07-27 22:04:39 +00:00
parent 615eff12e0
commit a9f861e65b

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 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
dnl SOFTWARE. dnl SOFTWARE.
AC_REVISION($Revision: 1.46 $) AC_REVISION($Revision: 1.47 $)
AC_PREREQ(2.13) AC_PREREQ(2.13)
@@ -408,4 +408,5 @@ AC_OUTPUT(
bin/tests/tasks/Makefile bin/tests/tasks/Makefile
bin/tests/timers/Makefile bin/tests/timers/Makefile
bin/tests/dst/Makefile bin/tests/dst/Makefile
bin/tests/mem/Makefile
) )