diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-08 22:12:21 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-08 22:12:21 +0000 |
commit | 7e5863463c86a7e2b2780dba4fcd5e5da259ccb9 (patch) | |
tree | 9c6a43604e57d369ff492cebce44705f7029315a /lib | |
parent | 0d9807440368af42a310f7db555773022c2faa0a (diff) | |
download | coreutils-7e5863463c86a7e2b2780dba4fcd5e5da259ccb9.tar.xz |
(libcoreutils_a_SOURCES): Add xmemxfrm.c, xmemxfrm.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 521685165..248b0dc87 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -52,6 +52,7 @@ libcoreutils_a_SOURCES = \ xalloc-die.c \ xgethostname.c xgethostname.h \ xmemcoll.c xmemcoll.h \ + xmemxfrm.c xmemxfrm.h \ xstrndup.c xstrndup.h \ xstrtoimax.c \ xstrtoumax.c |