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
197b7ddd
...
197b7ddda691b5f40eec611c198d8308f506771b
authored
2003-10-06 13:10:08 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Moved getopt stuff to mailbox
1 parent
ba69c209
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
lib/Makefile.am
mailbox/Makefile.am
lib/getopt.c → mailbox/getopt.c
lib/getopt1.c → mailbox/getopt1.c
lib/Makefile.am
View file @
197b7dd
...
...
@@ -20,7 +20,7 @@
noinst_LTLIBRARIES
=
libmailutils.la
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_builddir
}
/include/mailutils/gnu @INTLINCS@
libmailutils_la_SOURCES
=
basename.c daemon.c
getopt.c getopt1.c
md5.c
\
libmailutils_la_SOURCES
=
basename.c daemon.c md5.c
\
mu_dbm.c xstrdup.c xmalloc.c
EXTRA_DIST
=
alloca.c fnmatch.c getpass.c malloc.c obstack.c
\
...
...
mailbox/Makefile.am
View file @
197b7dd
...
...
@@ -34,7 +34,7 @@ EXTRA_DIST = strtok_r.c \
strndup.c strnlen.c strchrnul.c argp-ba.c argp-eexst.c
\
argp-fmtstream.c argp-fs-xinl.c argp-help.c argp-parse.c argp-pv.c
\
argp-pvh.c argp-xinl.c getline.c getline.h parsedate.y pin.c regex.c
\
fgetpwent.c
fgetpwent.c
getopt.c getopt1.c
noinst_HEADERS
=
argp-fmtstream.h argp-namefrob.h md5.h
...
...
lib
/getopt.c
→
mailbox
/getopt.c
View file @
197b7dd
File moved
lib
/getopt1.c
→
mailbox
/getopt1.c
View file @
197b7dd
File moved
Please
register
or
sign in
to post a comment