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
79cd36be
...
79cd36bed981ac58c80d308424b455f6a69e400b
authored
2002-12-04 23:24:31 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
getopt.h moved from lib to include/mailutils/gnu
1 parent
72dc5a33
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
include/mailutils/gnu/Makefile.am
lib/getopt.h → include/mailutils/gnu/getopt.h
lib/Makefile.am
include/mailutils/gnu/Makefile.am
View file @
79cd36b
...
...
@@ -3,4 +3,4 @@
# See file COPYING in the distribution root directory for copying conditions.
gnudir
=
$(pkgincludedir)
/gnu
gnu_HEADERS
=
argp.h
gnu_HEADERS
=
argp.h
getopt.h
...
...
lib
/getopt.h
→
include/mailutils/gnu
/getopt.h
View file @
79cd36b
File moved
lib/Makefile.am
View file @
79cd36b
...
...
@@ -6,7 +6,7 @@ noinst_LTLIBRARIES = libmailutils.la
SUBDIRS
=
posix
INCLUDES
=
-I
${
top_srcdir
}
/include
INCLUDES
=
-I
${
top_srcdir
}
/include
-I
${
top_srcdir
}
/include/gnu
libmailutils_la_SOURCES
=
basename.c daemon.c getopt.c getopt1.c md5.c
\
mu_dbm.c xstrdup.c xmalloc.c
\
pin.c
...
...
@@ -16,7 +16,7 @@ EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \
strcasecmp.c strsignal.c xstrtol.c vasprintf.c
\
utmp.c
noinst_HEADERS
=
error.h fnmatch.h
getopt.h
md5.h
\
noinst_HEADERS
=
error.h fnmatch.h md5.h
\
mu_dbm.h
\
regex.h snprintf.h xalloc.h xstrtol.h obstack.h
\
mu_asprintf.h
...
...
Please
register
or
sign in
to post a comment