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
8004e37a
...
8004e37ae7d40d9a2a11f0d6a800e3dccef9a7a7
authored
2002-08-23 06:51:47 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed mu_asprintf.c
1 parent
f80378d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
lib/Makefile.am
lib/Makefile.am
View file @
8004e37
...
...
@@ -5,8 +5,9 @@ SUBDIRS = posix
INCLUDES
=
-I
${
top_srcdir
}
/include
libmailutils_la_SOURCES
=
basename.c daemon.c getopt.c getopt1.c md5.c
\
mu_dbm.c getline.c xstrdup.c xmalloc.c argcv.c
\
pin.c mu_asprintf.c
mu_dbm.c getline.c xstrdup.c xmalloc.c
\
argcv.c
\
pin.c
EXTRA_DIST
=
alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c
\
realloc.c setenv.c snprintf.c strchrnul.c strndup.c strnlen.c strncasecmp.c
\
...
...
@@ -15,7 +16,8 @@ EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \
argp-help.c argp-parse.c argp-pv.c argp-pvh.c argp-xinl.c
\
utmp.c
noinst_HEADERS
=
argcv.h error.h fnmatch.h getline.h getopt.h md5.h mu_dbm.h
\
noinst_HEADERS
=
argcv.h error.h fnmatch.h getline.h getopt.h md5.h
\
mu_dbm.h
\
regex.h snprintf.h xalloc.h xstrtol.h obstack.h
\
argp-fmtstream.h argp-namefrob.h argp.h mu_asprintf.h
...
...
Please
register
or
sign in
to post a comment