diff options
Diffstat (limited to 'libctf/Makefile.am')
-rw-r--r-- | libctf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libctf/Makefile.am b/libctf/Makefile.am index 926c991..43fc78a 100644 --- a/libctf/Makefile.am +++ b/libctf/Makefile.am @@ -34,7 +34,7 @@ noinst_LIBRARIES = libctf.a libctf_a_SOURCES = ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c \ ctf-hash.c ctf-labels.c ctf-lookup.c ctf-open.c ctf-open-bfd.c \ - ctf-subr.c ctf-types.c ctf-util.c + ctf-string.c ctf-subr.c ctf-types.c ctf-util.c if NEED_CTF_QSORT_R libctf_a_SOURCES += ctf-qsort_r.c endif |