diff options
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 0818742..8c9c46d 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -524,10 +524,12 @@ SUBDIR_PYTHON_LDFLAGS = SUBDIR_PYTHON_CFLAGS = SUBDIR_UNITTESTS_SRCS = \ - unittests/function-view-selftests.c + unittests/function-view-selftests.c \ + unittests/offset-type-selftests.c SUBDIR_UNITTESTS_OBS = \ - function-view-selftests.o + function-view-selftests.o \ + offset-type-selftests.o # Opcodes currently live in one of two places. Either they are in the # opcode library, typically ../opcodes, or they are in a header file |