summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorAlain Magloire <alainm@rcsm.ee.mcgill.ca>2001-08-21 20:45:06 +0000
committerAlain Magloire <alainm@rcsm.ee.mcgill.ca>2001-08-21 20:45:06 +0000
commit5e7ea1b21253d10da7ffb6901070fd6d7b65e539 (patch)
tree10c8de5ef8162081cf533b23aef144034b66dd30 /lib/Makefile.am
parentc1d46c30c65c89619db5f2c8939168d90d34cc01 (diff)
downloadgrep-5e7ea1b21253d10da7ffb6901070fd6d7b65e539.tar.gz
add replacement function for malloc/realloc
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index fb5985aa..6d8cf647 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -18,5 +18,4 @@ 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
-
+EXTRA_DIST = strtol.c malloc.c realloc.c