Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
6554aa1a
...
6554aa1a3b66ff96377f7889c669d2f7a49622a7
authored
2001-07-27 09:34:15 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added malloc.c, realloc.c.
1 parent
18145531
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/Makefile.am
lib/Makefile.am
View file @
6554aa1
...
...
@@ -5,7 +5,7 @@ libmailutils_a_SOURCES = basename.c getopt.c getopt1.c md5.c getline.c \
xstrdup.c xmalloc.c argcv.c
EXTRA_DIST
=
alloca.c fnmatch.c setenv.c snprintf.c strchrnul.c strndup.c
\
strnlen.c strtok_r.c strsignal.c xstrtol.c vasprintf.c
strnlen.c strtok_r.c strsignal.c xstrtol.c vasprintf.c
malloc.c realloc.c
noinst_HEADERS
=
argcv.h error.h fnmatch.h getline.h getopt.h md5.h
\
snprintf.h xalloc.h xstrtol.h
...
...
Please
register
or
sign in
to post a comment