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
ee35b744
...
ee35b74432bf59bcf4fbf15808bbf1f3c77f6cfc
authored
2001-11-11 07:44:12 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added mu_dbm.[ch]
1 parent
8e1c1229
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
lib/Makefile.am
lib/Makefile.am
View file @
ee35b74
...
...
@@ -3,14 +3,15 @@ noinst_LIBRARIES = libmailutils.a
SUBDIRS
=
posix
libmailutils_a_SOURCES
=
basename.c getopt.c getopt1.c md5.c getline.c
\
INCLUDES
=
-I
${
top_srcdir
}
/include
libmailutils_a_SOURCES
=
basename.c getopt.c getopt1.c md5.c mu_dbm.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 malloc.c realloc.c
\
fgetpwent.c obstack.c
noinst_HEADERS
=
argcv.h error.h fnmatch.h getline.h getopt.h md5.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
libmailutils_a_LIBADD
=
@LIBOBJS@ @ALLOCA@
...
...
Please
register
or
sign in
to post a comment