diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-24 06:48:55 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-24 06:48:55 +0000 |
commit | ef774a082bb4dff7700b81ccde0cd5b6a0579b34 (patch) | |
tree | 95e907db9ee39c9a486a39a170d91881902e69e7 /lib | |
parent | 79eb35c4e542b6e7a6e75de0e56ca3c44ce72601 (diff) | |
download | coreutils-ef774a082bb4dff7700b81ccde0cd5b6a0579b34.tar.xz |
(libcoreutils_a_SOURCES): Add buffer-lcm.c, buffer-lcm.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 82088da16..603887e34 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -27,6 +27,7 @@ DEFS += -DLIBDIR=\"$(libdir)\" libcoreutils_a_SOURCES = \ allocsa.c allocsa.h \ + buffer-lcm.c buffer-lcm.h \ euidaccess.h \ exit.h \ fprintftime.c fprintftime.h \ |