diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-20 10:11:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-20 10:11:45 +0000 |
commit | 991e476b56e6dfcb5ef810520e4c882055ac37ec (patch) | |
tree | 4b09063cb7590f011f51fcb95aedf2934ff5e9d0 /lib | |
parent | 8d65951aeab056a8ca3c4b316ddd9331b785f4f1 (diff) | |
download | coreutils-991e476b56e6dfcb5ef810520e4c882055ac37ec.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 035650fe7..423fc85d0 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -82,6 +82,7 @@ LIBS = @LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ LIB_CRYPT = @LIB_CRYPT@ LIB_NANOSLEEP = @LIB_NANOSLEEP@ +LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ |