From: Piotr Drąg <[email protected]> Signed-off-by: Aaron Merey <[email protected]> --- po/POTFILES.in | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/po/POTFILES.in b/po/POTFILES.in index 65a6cfeb..800ed85b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -4,6 +4,7 @@ # Files from the compatibility library lib/color.c lib/printversion.c +lib/xasprintf.c lib/xmalloc.c # Library sources @@ -12,6 +13,7 @@ libcpu/i386_lex.l libcpu/i386_parse.y libdw/dwarf_error.c libdwfl/argp-std.c +libdwfl/dwfl_error.c libdwfl/libdwflP.h libebl/eblbackendname.c libebl/eblcorenotetypename.c @@ -42,8 +44,10 @@ src/ranlib.c src/readelf.c src/size.c src/stack.c +src/stacktrace.c src/strings.c src/strip.c +src/threadlib.c src/unstrip.c # debuginfod sources -- 2.51.1
