aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/Makefile.am
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2022-01-01 11:31:47 -0700
committerTom Tromey <tom@tromey.com>2022-01-18 10:14:43 -0700
commitd322d6d69df61a1af481de7e50359c3d92c0de14 (patch)
treed62d224c341e948e5712623d79648ea77ea23f0f /gdbsupport/Makefile.am
parent0589ca4e7ba9b8d60599706b57be22c007c1f4fa (diff)
downloadgdb-d322d6d69df61a1af481de7e50359c3d92c0de14.zip
gdb-d322d6d69df61a1af481de7e50359c3d92c0de14.tar.gz
gdb-d322d6d69df61a1af481de7e50359c3d92c0de14.tar.bz2
Move gdb_regex to gdbsupport
This moves the gdb_regex convenience class to gdbsupport.
Diffstat (limited to 'gdbsupport/Makefile.am')
-rw-r--r--gdbsupport/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdbsupport/Makefile.am b/gdbsupport/Makefile.am
index 9e43348..6049fac 100644
--- a/gdbsupport/Makefile.am
+++ b/gdbsupport/Makefile.am
@@ -54,6 +54,7 @@ libgdbsupport_a_SOURCES = \
gdb-dlfcn.cc \
gdb-hashtab.cc \
gdb_obstack.cc \
+ gdb_regex.cc \
gdb_tilde_expand.cc \
gdb_wait.cc \
gdb_vecs.cc \