diff options
author | Alain Magloire <alainm@rcsm.ee.mcgill.ca> | 2001-03-04 17:50:40 +0000 |
---|---|---|
committer | Alain Magloire <alainm@rcsm.ee.mcgill.ca> | 2001-03-04 17:50:40 +0000 |
commit | 403b62948ece4920f63b6adf2f557bb16a2bf3f2 (patch) | |
tree | c0987e3ee113616789f05660a29c0484baa50d7d /lib | |
parent | 06761e4c3bb60c47116a3e8c0b20ff6002a1c14b (diff) | |
download | grep-403b62948ece4920f63b6adf2f557bb16a2bf3f2.tar.gz |
Update bootstrap/Makefile.try
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index c7f08ec5..fb5985aa 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -18,3 +18,5 @@ noinst_HEADERS = \ closeout.h error.h exclude.h fnmatch.h getopt.h \ hard-locale.h obstack.h quotearg.h regex.h savedir.h xalloc.h xstrtol.h +EXTRA_DIST = strtol.c + |