diff options
Diffstat (limited to 'gettext-runtime/lib/Makefile.am')
-rw-r--r-- | gettext-runtime/lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gettext-runtime/lib/Makefile.am b/gettext-runtime/lib/Makefile.am index 4113aa7..0a09dcf 100644 --- a/gettext-runtime/lib/Makefile.am +++ b/gettext-runtime/lib/Makefile.am @@ -34,6 +34,7 @@ libgrt_a_SOURCES = \ ../../gettext-tools/lib/getopt.h ../../gettext-tools/lib/getopt.c ../../gettext-tools/lib/getopt1.c \ ../../gettext-tools/lib/pathmax.h \ ../../gettext-tools/lib/progname.h ../../gettext-tools/lib/progname.c ../../gettext-tools/lib/progreloc.c \ + ../../gettext-tools/lib/strtoul.c \ ../../gettext-tools/lib/unlocked-io.h \ ../../gettext-tools/lib/xmalloc.h ../../gettext-tools/lib/xmalloc.c ../../gettext-tools/lib/xstrdup.c \ ../../gettext-tools/lib/xreadlink.h ../../gettext-tools/lib/xreadlink.c @@ -42,6 +43,7 @@ libgrt_a_SOURCES = \ LIBADD_SOURCE = \ alloca.c \ + atexit.c \ ../../gettext-tools/lib/canonicalize.h canonicalize.c \ memmove.c \ readlink.c \ |