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
e8cb49a6
...
e8cb49a697c88c2935981916577fb69475f4357b
authored
2002-02-05 15:08:23 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added mu_argp.[ch]
1 parent
ad56c3f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
lib/Makefile.am
lib/Makefile.am
View file @
e8cb49a
...
...
@@ -3,16 +3,17 @@ noinst_LIBRARIES = libmailutils.a
SUBDIRS
=
posix
INCLUDES
=
-I
${
top_srcdir
}
/include
INCLUDES
=
-I
${
top_srcdir
}
/include
@ARGPINCS@
libmailutils_a_SOURCES
=
basename.c daemon.c getopt.c getopt1.c md5.c
\
mu_dbm.c getline.c xstrdup.c xmalloc.c argcv.c
mu_dbm.c getline.c xstrdup.c xmalloc.c argcv.c
\
mu_argp.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
\
strcasecmp.c strtok_r.c strsignal.c xstrtol.c vasprintf.c
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
regex.h snprintf.h xalloc.h xstrtol.h obstack.h
mu_argp.h
libmailutils_a_LIBADD
=
@LIBOBJS@ @ALLOCA@
...
...
Please
register
or
sign in
to post a comment