Index: gdb/testsuite/configure.ac |
diff --git a/gdb/testsuite/configure.ac b/gdb/testsuite/configure.ac |
index d9ab9f766f99643531d0558638d275ba6b3d190f..94f96cc6669f0fd9501744cb6ebb5531a20104d4 100644 |
--- a/gdb/testsuite/configure.ac |
+++ b/gdb/testsuite/configure.ac |
@@ -1,7 +1,7 @@ |
# -*- Autoconf -*- |
# Process this file with autoconf to produce a configure script. |
-# Copyright 2002-2005, 2009-2012 Free Software Foundation, Inc. |
+# Copyright 2002-2013 Free Software Foundation, Inc. |
# |
# This program is free software; you can redistribute it and/or modify |
# it under the terms of the GNU General Public License as published by |
@@ -89,7 +89,7 @@ AC_EXEEXT |
AC_OUTPUT([Makefile \ |
gdb.ada/Makefile \ |
- gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile \ |
+ gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile gdb.btrace/Makefile \ |
gdb.cell/Makefile gdb.cp/Makefile gdb.disasm/Makefile gdb.dwarf2/Makefile \ |
gdb.fortran/Makefile gdb.go/Makefile gdb.server/Makefile gdb.java/Makefile \ |
gdb.hp/Makefile gdb.hp/gdb.objdbg/Makefile gdb.hp/gdb.base-hp/Makefile \ |
@@ -97,5 +97,5 @@ AC_OUTPUT([Makefile \ |
gdb.hp/gdb.defects/Makefile gdb.linespec/Makefile \ |
gdb.mi/Makefile gdb.modula2/Makefile gdb.multi/Makefile \ |
gdb.objc/Makefile gdb.opencl/Makefile gdb.opt/Makefile gdb.pascal/Makefile \ |
- gdb.python/Makefile gdb.reverse/Makefile gdb.stabs/Makefile \ |
+ gdb.perf/Makefile gdb.python/Makefile gdb.reverse/Makefile gdb.stabs/Makefile \ |
gdb.threads/Makefile gdb.trace/Makefile gdb.xml/Makefile]) |